I am binding a Dataset to a DataGrid. Based on a boolean column value on the dataTable, the particular row on the DataGrid should be highlighted with a different color. How can I achieve this?
Thanks,
Jemima.
Printable View
I am binding a Dataset to a DataGrid. Based on a boolean column value on the dataTable, the particular row on the DataGrid should be highlighted with a different color. How can I achieve this?
Thanks,
Jemima.
I haven't worked your problem, but it is certainly do able. Maybe this code from my site will get you thinking about how to customize the grid:
http://www.variantx.com/Main/Tutoria...oDataGrid.aspx
thanks hellswraith for the reply.. i'll luk into this one ..
Jemima.