HI Telerik Team,
I have button when clicked shows the Loading image on the Grid, which is correct and display rows accordingly...
If the same button is clicked by Enter button (from keyboard) the Loading image is not displayed but records are displayed correctly.
Please suggest solution for the above.
Code is as below:
I have button when clicked shows the Loading image on the Grid, which is correct and display rows accordingly...
If the same button is clicked by Enter button (from keyboard) the Loading image is not displayed but records are displayed correctly.
Please suggest solution for the above.
Code is as below:
<
telerik:AjaxSetting
AjaxControlID
=
"button"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"RadGridRecords"
LoadingPanelID
=
"RadAjaxLoadingPanel2"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>