uaz98
April 10th, 2003, 03:58 PM
I am trying to change the forecolor of selected rows in a data grid. Can someone tell me how do I do it?
|
Click to See Complete Forum and Search --> : Changing Backcolor in a Data Grid uaz98 April 10th, 2003, 03:58 PM I am trying to change the forecolor of selected rows in a data grid. Can someone tell me how do I do it? villly April 11th, 2003, 01:57 AM Hello, You can try this. Assign the values to these two properties of the DataGrid. SelectionBackColor() and SelectionForeColor() You can assign the values at the design time or run time. Regards, :cool: codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |