Hi,
need a help on below.
we are using kendo grid to display the data . As per the requirement the below magnifying class has to be button so user is expecting focus from text box. using some script to generate this text box and magnifying glass . am able to dislay the text box and icon. But focus not moving to icon from text box. Please help me on this
kendo.template($("#EditTemplate").html()) <script id="EditTemplate" type="text/x-kendo-template"> <input data-role="textbox" class="k-textbox TextBox" autocomplete="off" alt="Code" title="" aria-label="Diagnosis Code"/> <input id="searchDiagnosis" type="button" class="ehr-icon-search CodeSearchIcon" aria-label="Diagnosis Search" title="" /> </script>