DataGridView:Window Form Sorting
Hi ,Is good programing sort dataGridView load and unload datasource with a list collection.
1. Load datagridview data.
2. Press column header to sort.
3. Get datasource data to list.
4. Sort list.
5. Clear datasource.
6. Load sorted list.
I use C# and list of objects.
Any Help to increase the performance is welcome.
If you know good tutorial for C# datagridview is welcome.(bindinglist)
thanks in advance, Mer