I have a DataGridView control that isnt attached to any data. I set up a column
using the property pages its a DataGridViewTextBoxColumn. Ive tried to set the text as so, it doesnt work!!!
grid_mon.Rows[0].Cells[0].Value = "text";
thanks,
Karim
This is a discussion on DataGridView Cant Get It To Display Text When I Tell It! within the C# Programming forums, part of the General Programming Boards category; I have a DataGridView control that isnt attached to any data. I set up a column using the property pages ...
I have a DataGridView control that isnt attached to any data. I set up a column
using the property pages its a DataGridViewTextBoxColumn. Ive tried to set the text as so, it doesnt work!!!
grid_mon.Rows[0].Cells[0].Value = "text";
thanks,
Karim
I highly recommend dumping the data grid view and use DevAge's new version of their SourceGrid control. It is available from the DevAge website for free and it is a life saver.