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
close icon

Exclude grouped rows

Good afternoon.

I have a GridGroupingControl and enable the option:
ShowGroup DropArea = true
And if a column is grouped.
It is divided into the grid lines together.
Can I allow delete these lines that grouped?
If so, how is it done?
Example:

Agrupamento por User
User | name | Plan
User: tiago.dado - 3 itens
- tiago.dado | Tiago | test
- tiago.dado | Tiago | test1
- tiago.dado | Tiago | test2
User: diego.dan - 1 itens ---------------> I want to delete this line
- diego.dan | Diego | test3
User: rafael.caio - 2 itens
- rafael.caio | Rafael | test4
- rafael.caio | Rafael | test5

Tank


1 Reply

RC Rajadurai C Syncfusion Team May 16, 2011 07:50 PM UTC

Hi Tomio,

Thanks for your interest in Syncfusion Products.

The group caption rows in the child groups can be removed by handling the following code setting.

gridGroupingControl1.ChildGroupOptions.ShowCaption = false;


Regards,
Rajadurai


Loader.
Live Chat Icon For mobile
Up arrow icon