N
Nicholas Paldino [.NET/C# MVP]
Jay,
It is possible, but you are going to have to create a custom data column
to do this. Take a look at the DataGridColumnStyle class, as well as the
DataGridTextBox class, which derives from that class (this is what displays
most data by default in the data grid).
Hope this helps.
It is possible, but you are going to have to create a custom data column
to do this. Take a look at the DataGridColumnStyle class, as well as the
DataGridTextBox class, which derives from that class (this is what displays
most data by default in the data grid).
Hope this helps.