I have a RadGrid with Refresh on Command line. I am not using ajax for Grid but want that ajax action when I click refresh. I deleted the following code
How can I just add refresh to ajax ?
Please help,
Smiely
<
telerik:AjaxSetting
AjaxControlID
=
"RadGrid"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"RadGrid"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
How can I just add refresh to ajax ?
Please help,
Smiely