Easy way to sort column by ascending and descending order

  • Thread starter Thread starter Guest
  • Start date Start date
Ah, isn't this functionality built into the DataGrid? DataGridView has it in
VS 2K5. As for multi-column sorts, that would be up to your code.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Hi Patrick,

As far as I know, there isn't any easier way to do the sorting, as this is
not automatically done by DataGrid. So you have to use your own code to
achieve this.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top