This is a migrated thread and some comments may be shown as answers.

Grid Grouping

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
WILLIAM HAIGHT
Top achievements
Rank 1
WILLIAM HAIGHT asked on 10 May 2010, 06:51 PM

Please help!

I used rad grid grouping by expression.  I got an error when I clicked "X"  to ungroup.  I was able to drag a column field to the group header.  Thank you in advance for your help.

Error:
Specified argument was out of the range of valid values.
Parameter name: index

 

<

 

GroupByExpressions>

 

 

 

<telerik:GridGroupByExpression>

 

 

 

<SelectFields>

 

 

 

<telerik:GridGroupByField FieldAlias="Project_Title" FieldName="Project_Title"></telerik:GridGroupByField>

 

 

 

</SelectFields>

 

 

 

<GroupByFields>

 

 

 

<telerik:GridGroupByField FieldName="Project_Title" SortOrder="Ascending"></telerik:GridGroupByField>

 

 

 

</GroupByFields>

 

 

 

</telerik:GridGroupByExpression>

 

 

 

</GroupByExpressions>

 

 

<ClientSettings AllowDragToGroup="true" AllowColumnsReorder="True">

 

 

 

<Resizing AllowColumnResize="true" />

 

 

 

<Selecting AllowRowSelect="True"></Selecting>

 

 

 

</ClientSettings>

 

 

 

<GroupingSettings CaseSensitive="false" ShowUnGroupButton="true" />

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 May 2010, 11:56 AM
Hello WILLIAM,

I was able to successfully implement Grouping and Ungrouping in the RadGrid without any problems. Please download the attached demo and let me know if I can help you further.

Best wishes,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
WILLIAM HAIGHT
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or