Easy way to sort column by ascending and descending order

W

William \(Bill\) Vaughn

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.
__________________________________
 
K

Kevin Yu [MSFT]

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."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top