DataGridView: Cell BackColor
hi members,
i ve populated my datgrid with a datatable, say:
dg1.datasource = datatable1
also, i ve set the back color of few columns of all the rows in datagrid using:
dg1.rows(i).cells(j).style.backcolor = color.aqua
whenever the project runs and datagrid is populated for the first time
it works properly, i.e. it shows the aqua back color for the jth column in all the rows
but in the same build, if the datgrid is populated the second time
it doesnt shows the default back color............not the one i'd written code for (aqua)
|