DataGridView allows the user to sort data by clicking a column header. Can
someone tell me how I can configure the control so that the first column is
by default sorted ascending?
Thankyou
Pete
Hi Peter,
check this out !
http://msdn2.microsoft.com/en-us/library/0868ft3z.aspx
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.sort.aspx
Regards,
Husam Al-A'araj
www.aaraj.net
> DataGridView allows the user to sort data by clicking a column header. Can
> someone tell me how I can configure the control so that the first column is
[quoted text clipped - 3 lines]
>
> Pete
Peter Morris - 30 Sep 2007 11:12 GMT
Just what I needed, I didn't see that subject when I looked on the site.
Shukran!
Pete