Hello All:
I have a datagrid in my C# windows application (2.0). I have a routine that is refreshing the datagrid, which is causing it to lose its preselected sort. When this refresh happens, I need to run a method to pull out the sort value so I can re-apply it after the refresh happens but I cannot find out how to pull the sort value from the datagrid.
Can anyone help me with this?
Thanks
Andy
I have a datagrid in my C# windows application (2.0). I have a routine that is refreshing the datagrid, which is causing it to lose its preselected sort. When this refresh happens, I need to run a method to pull out the sort value so I can re-apply it after the refresh happens but I cannot find out how to pull the sort value from the datagrid.
Can anyone help me with this?
Thanks
Andy
Comment