Hello ,
i have this GridTemplateColumn
and i set it's header template to :
and im using RadAjaxManager
it sorts well but when pressed it shows two loading panels one for grid and other for column !
is there any way to make only 1 loading panel appears ?
i have this GridTemplateColumn
<
telerik:GridTemplateColumn
DataField
=
"TotalToSell"
UniqueName
=
"colAmountToSell"
SortExpression
=
"TotalToSell"
>
and i set it's header template to :
<
asp:LinkButton
ID
=
"SortMe"
CommandName
=
"Sort"
CommandArgument
=
"TotalToSell"
runat
=
"server"
Text
=
'Amount To Sell'
></
asp:LinkButton
>
and im using RadAjaxManager
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"grdPlanCrops"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"grdPlanCrops"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
it sorts well but when pressed it shows two loading panels one for grid and other for column !
is there any way to make only 1 loading panel appears ?