AD
Administrator
Syncfusion Team
March 14, 2007 04:49 PM UTC
Hi James,
You can use the Remove/RemoveAt method to remove the specified conditional descriptor at runtime in a grid.
this.gridGroupingControl1.TableDescriptor.ConditionalFormats.Remove("CondtionalFormatName"); //Remove ByName.
this.gridGroupingControl1.TableDescriptor.ConditionalFormats.RemoveAt(0); //Remove ByIndex
Best regards,
Haneef