regarding dislpay of splitting recoreds.

hi,
i am binding entity collection to gridGrouping control .But in that entity collection there is already one another entity collection is present .So while showing data it is showing + signs and i dont want to show splitting.

1 Reply

HA haneefm Syncfusion Team April 23, 2007 04:42 PM UTC

Hi Swaminath,

You can try this.

this.gridGroupingControl1.Table.ExpandAllRecords();
this.gridGroupingControl1.TableOptions.ShowTableIndent = false;

Best regards,
Haneef

Loader.
Up arrow icon