We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon