Datagrid and color change

akrishmohan

New member
Joined
Jun 10, 2003
Messages
4
How do change the row color or the cell color of a datagrid based on a condition in a row or a cell ??

I am a little confused abt using the events for accomplishing this..
Any simpler way

--Thanks
 
thanks Jon,
but what wud really like to do is this

i would like to validate the value typed in the column...
say the user types a string instead of a integer, i need to call a method which accepts only the row number and the column number as the parameters and changes the color of the cell/row to Red ... I am a little lost as to how to invoke the method and let that method call the paint method..

Hope this is not confusing
thanks
krishna
 
Back
Top