GridGroupingControl - change cell backcolor

Hi, Some columns in my GridGroupingControl are editable. I''m trying to highlight a cell as soon as the value in it has been changed by the user. Is there a way to change the BackColor or ForeColor of the cell? Perhaps, on the ''CurrentCellEditingComplete'' event or the like? Niv

2 Replies

AD Administrator Syncfusion Team August 30, 2005 03:01 PM UTC

In a GridGroupingControl, you cannot set cell specific properties on individual cells. Instead, you have to handle an event like TableControlPrepareViewStyleInfo and dynamically set them there. If you do a forum search for that key word, you will see several hits that show code. Here is one that discusses doing something close to what you asked about. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=27116


NI Niv August 30, 2005 09:56 PM UTC

Thanks! I got it working.

Loader.
Up arrow icon