P
Patrick Delifer
HI,
I have a DataGrid displaying a list of orders. I want to give the user the
possibility of changing the row color (that he can select from a drop down
or something else). Is there a way to do this without affecting my DB? (I
was thinking of adding a Color column in my DB that would save his color
scheme, but then it adds a lot of load on the ItemdataBound that has to
iterate through every item in the DG.
Thanks
I have a DataGrid displaying a list of orders. I want to give the user the
possibility of changing the row color (that he can select from a drop down
or something else). Is there a way to do this without affecting my DB? (I
was thinking of adding a Color column in my DB that would save his color
scheme, but then it adds a lot of load on the ItemdataBound that has to
iterate through every item in the DG.
Thanks