Hello.
I need advice.
I have created a list (radgrid) and a button.
When you click on the button to load the list.
The problem is this - when I click on the button to perform the refresh.
My code is as follows -
Thanks for the advice.
I need advice.
I have created a list (radgrid) and a button.
When you click on the button to load the list.
The problem is this - when I click on the button to perform the refresh.
My code is as follows -
<
telerik:AjaxSetting
AjaxControlID
=
"Button1"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"RadGrid1"
LoadingPanelID
=
"LoadingPanel1"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"Button1"
UpdatePanelRenderMode
=
"Inline"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
Thanks for the advice.