I have a urgent requirement of implementing custom sorting on maximum 3 columns of WPF grid.
I am implementing paging in WPF RadGrid Control which has maximum fetch size of 500 records. Rest of the records remains on the server.
Requirement is when I click on Grid Column Header I need to send the column name as well as Sorting State to the server. Also, when another column header is clicked it should again give a call to Server method and send the first as well as second column name and their respective SortingStates. Maximum 3 columns can be sorted.
Kindly suggest.
I am implementing paging in WPF RadGrid Control which has maximum fetch size of 500 records. Rest of the records remains on the server.
Requirement is when I click on Grid Column Header I need to send the column name as well as Sorting State to the server. Also, when another column header is clicked it should again give a call to Server method and send the first as well as second column name and their respective SortingStates. Maximum 3 columns can be sorted.
Kindly suggest.
