Dear Sir,
How to make datagridview current row bold & green color?
Please help
Printable View
Dear Sir,
How to make datagridview current row bold & green color?
Please help
I haven't actually tried this but I would think that you would handle the RowStateChanged event of the grid, test the e.StateChanged property to see that its the Selected state that has changed, then set the appropriate row properties based on whether the row is selected or not.