Do any of you know how to remove that nice big grey bar located on the left of the datagrid? You know, the one that shows the current record arrow. I want just the data and the column headings to be shown.
Any help would be appreciated.
Tony
Printable View
Do any of you know how to remove that nice big grey bar located on the left of the datagrid? You know, the one that shows the current record arrow. I want just the data and the column headings to be shown.
Any help would be appreciated.
Tony
Try this, it worked for me.
grdData.RowHeadersVisible = False
Interesting just tried that solution and it had no effect, mind you I do use a datagrid table style, whether that makes a difference or not I don't know.
Yeah, it didn't make a difference for me either. Like you, I also use a table style but I'm not sure if it actually makes the difference. I still haven't figured out how to actually do this but after my initial post I didn't really research much further.