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

RadGrid1.MasterTableView.GroupByExpressions.Clear() throws ArgumentOutOfRangeException

3 Answers 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Emre Kocyigit
Top achievements
Rank 1
Emre Kocyigit asked on 03 May 2010, 10:34 PM
In my case the Clear(); method throws an ArgumentOutOfRangeException.
.Remove() and RemoveAt() are the same.
What can be the reason?

I use toolbar to programmatically create and remove grouping.

Full code is below.

Thanks in advance


    GridGroupByExpression expr1 = new GridGroupByExpression(RadGrid1.Columns[1]);
RadGrid1.MasterTableView.GroupByExpressions.Add(expr1);
//this is fine.
But 
RadGrid1.MasterTableView.GroupByExpressions.Clear() .RemoveAt() throws the error.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 May 2010, 11:13 AM
Hello Emre,

Will it be convenient for you to isolate a subset of your project and send it enclosed to a formal support ticket. We will examine it locally and will get back to you with more info on the subject.

Kind regards,
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.
0
Emre Kocyigit
Top achievements
Rank 1
answered on 07 May 2010, 01:24 PM
How do I get to have a "formal support ticket" ?
0
Pavlina
Telerik team
answered on 12 May 2010, 01:46 PM
Hello Emre,

To send a support ticket, go to Your Account -> Support Tickets under Your Support, then choose Send Us: Support Ticket link.

Sincerely yours,
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
Emre Kocyigit
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Emre Kocyigit
Top achievements
Rank 1
Share this question
or