hello all
i added column header text in datagridview
like dgv.columns.add("Name","Name")
i need to row header text in datagridview
how to do this
Please help me
Thanks in Advance
Regards
Balagangadharan.R
You can paint in the row header in the CellPainting event. The column index will be -1 for the rowheader.
http://www.vb-tips.com/PaintRowHeader.aspx