HA
haneefm
Syncfusion Team
April 24, 2007 05:47 PM UTC
Hi Tom,
If you want to hide the inner most property field of the custom object then set the Engine.ShowNestedPropertiesFields to false. Here is a code snippet
this.gridGroupingControl1.Engine.ShowNestedPropertiesFields = false;
Best regards,
Haneef