Sort a data grid based on a specified column.

Posted by o vamsi krishna on Stack Overflow See other posts from Stack Overflow or by o vamsi krishna
Published on 2010-04-01T02:26:31Z Indexed on 2010/04/01 2:33 UTC
Read the original article Hit count: 448

Filed under:
|
|
|

Developed a winform project using VB 2008. I'm using a .xls sheet as source. My appln has 7 columns and unspecified rows. I want to sort all the columns based on a specified column and allot a serial number as per the sorted order. If two items in the specified column are same we should consider another column for the equal items and sort them in that order. plz help me in this issue.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about sorting