I have a grid. When a "select"a row I fire a refresh of some of the panels in the webform. But when I move between the pages of the grid or order by one the columns, also the grid is firing the refresh of the panel.
How can I refresh the panel only when I "select" the row, and not for all the grid events.
How can I refresh the panel only when I "select" the row, and not for all the grid events.
<
telerik:RadAjaxManagerProxy
ID
=
"AjaxManagerProxy1"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"grdOne"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"txtOne"
LoadingPanelID
=
"RadAjaxLoadingPanel3"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"pnlOne"
LoadingPanelID
=
"RadAjaxLoadingPanel3"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>