Backcolor for separate rows DataRow in Datatable i
I create DataTable in code C# as Add-method of DataRow. Then I do DataGrid.DataSource = DataTable and DataGrid.DataBind.
Can I set BackColor for DataRow at moment of work Add-method? It is impossible to set BackColor for object DataGridItem in DataGrid in my situation.
mikeka
|