|
-
August 11th, 2006, 09:49 AM
#1
Sorting in a DatagridView
Hi,
I'm using generics in my program and i'm binding the List object which contains the data to the datagridview. But when i use the sort property of the gridview its throws an error "DataGridView control must be bound to an IBindingList object to be sorted.". It seems that i should use a sortable binding list. how can i solve the problem , is there any other functionality to sort the grid or is it possible for me to convert the List to a sortablebindinglist and bind it to the grid. please helm me out in this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|