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

Multiple Column Sorting

1 Answer 125 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Parul
Top achievements
Rank 1
Parul asked on 13 Jan 2011, 08:24 AM
Hi,

How can we capture the click event on the column header of the RadGrid in wpf while performing a multiple column sorting through C# ?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Jan 2011, 06:46 AM
Hello Paul,

You can perform your logic in Sorting event of RadGrid.

C#:
void radGridView1_Sorting(object sender, GridViewSortingEventArgs e)
 {
      
 }

Please go through the following links to know more:
Custom Sorting
Programmatic Sorting


-Shinu.
Tags
GridView
Asked by
Parul
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or