I have one issue regarding the DataGridView in C#.
I want to display an empty DataGridView with 256 cells (i.e. 8 columns X 32 rows) on main form load event, but i dont have any datasource to populate it. Instead I am pulling my data from a hardware dynamically. After every 5 secs, I read data from a hardware and then populate the DataGridView. I want to display images in each cell and write text over these image.
Can anyone help me out?