Hello,
I can not get the Grouping to work on client side. The page always end up posting back after I drag a column to the grouping area.
Column reordering works fine on the client-side...
What am i missing here?
-Sadiq.
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
div
>
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"grdRad"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"grdRad"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel1"
runat
=
"server"
/>
</
div
>
<
telerik:RadGrid
ID
=
"grdRad"
runat
=
"server"
ShowGroupPanel
=
"True"
GridLines
=
"None"
AutoGenerateColumns
=
"true"
>
<
MasterTableView
GroupLoadMode
=
"Client"
>
</
MasterTableView
>
<
ClientSettings
AllowGroupExpandCollapse
=
"True"
AllowDragToGroup
=
"true"
AllowColumnsReorder
=
"true"
ReorderColumnsOnClient
=
"True"
ColumnsReorderMethod
=
"Reorder"
>
</
ClientSettings
>
<
GroupingSettings
ShowUnGroupButton
=
"true"
/>
</
telerik:RadGrid
>
</
form
>
</
body
>