Does anybody know how to bind a data source to datagridview rowheader? I bind a DataTable to a DGV and everything is OK but I have problems with the row header text. I can assign the values row by row but the problem is after doing the sort all the values are gone. Also I have more than 10,000 rows in the grid so doing row by row is not efficient. Any suggestion is appreciated.
↧