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.