i'm using radgrid but the grouping doesn't work
Here's my code:
Here's my code:
<
telerik:RadGrid
ID
=
"gvEvenement"
runat
=
"server"
AllowPaging
=
"True"
CellSpacing
=
"0"
Culture
=
"fr-FR"
AllowSorting
=
"True"
AutoGenerateColumns
=
"False"
OnNeedDataSource
=
"gvEvenement_NeedDataSource"
Skin
=
"WebBlue"
GridLines
=
"None"
OnPreRender
=
"gvEvenement_PreRender"
AllowMultiRowSelection
=
"True"
ShowFooter
=
"True"
AllowAutomaticInserts
=
"True"
AllowCustomPaging
=
"True"
AllowFilteringByColumn
=
"True"
ShowGroupPanel
=
"True"
>
<
ClientSettings
EnablePostBackOnRowClick
=
"false"
EnableRowHoverStyle
=
"true"
AllowColumnsReorder
=
"true"
AllowDragToGroup
=
"True"
>