row headers
C#
7
Posts
3
Posters
0
Views
1
Watching
-
hi, can i add some text or control to row headers and hw to do it?
-
hi, can i add some text or control to row headers and hw to do it?
-
row headers of datagridview?specifically row header of first row i.e header row?
-
row headers of datagridview?specifically row header of first row i.e header row?
-
You can set the text like this:
dataGridView.Rows[rowIndex].HeaderCell.Value = "Some value";
i want to add a control programatically to topleftheadercell but i m unable to do so.any idea?
-
i want to add a control programatically to topleftheadercell but i m unable to do so.any idea?
-
hi, can i add some text or control to row headers and hw to do it?