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

sort 2 columns in radgridview

0 Answers 98 Views
GridView
This is a migrated thread and some comments may be shown as answers.
jeff torririt
Top achievements
Rank 1
jeff torririt asked on 29 Jan 2010, 10:18 AM
i have a rad gridview and i want to set the sorting of it by 2 columns.

What i mean is when i sort one column, the result will also depend to the other column..

example:

Column 1 | Column 2 | Column 3
1                    1                ABC
1                    1               ADE
2                    1                ZZS

When i sort column 3, column 1 will also be sorted
Column 1 | Column 2 | Column 3
2                    1                ZZS
1                    1               ADE
1                    1                ABC

Is that possible?

this is for winforms in C#.net

Many Thanks

Jeff T.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
jeff torririt
Top achievements
Rank 1
Share this question
or