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

[Solved] Exclude Rows on Sorting

1 Answer 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dhileep Kumar Sampath
Top achievements
Rank 1
Dhileep Kumar Sampath asked on 23 Nov 2009, 01:55 PM
Hi All,
             I have about 15 rows in my gridview and first 3 rows have some data which acts like a header but actually are detail rows. When user is sorting the grid by a column i should exclude these 3 rows and sort only the other 12 rows. Please help me with this if there a way to do this.

Thanks,
Dhileep

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 24 Nov 2009, 08:11 AM
Hi,

I don't believe that this is possible however you can try to cancel the grid Sorting event (e.Cancel = true) and perform your own sorting.

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Dhileep Kumar Sampath
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or