I'm new to C#/.NET programming.
I come from a Delphi background.
I'm making use of DataTable / DataView / DataGrid components.
The nice thing that I have noticed is the ability to set the ordering of the data (in the grid) on the fly - by clicking the title bar of the column in question.
Albeit that this is a nice touch - how do I turn this ability off so that I prevent the user from re-ordering the data as I intended it to be viewed.
It's probably a simple property I'm missing.
Is anyone able to point me in the right direction on this one ?
Thanks in advance.
Steve
I come from a Delphi background.
I'm making use of DataTable / DataView / DataGrid components.
The nice thing that I have noticed is the ability to set the ordering of the data (in the grid) on the fly - by clicking the title bar of the column in question.
Albeit that this is a nice touch - how do I turn this ability off so that I prevent the user from re-ordering the data as I intended it to be viewed.
It's probably a simple property I'm missing.
Is anyone able to point me in the right direction on this one ?
Thanks in advance.
Steve