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

Remove # Items Text

Hi,

  When we do a groupedColumns in a Grid Grouping Control; It displays as "# Items" is displayed automatically
  I do not want to see the "# Items" in the Grouped Column Title.

  How to stop showing the count. ?

Thanks,
Prasanna

1 Reply

SA Solai A L Syncfusion Team October 7, 2014 04:02 AM UTC

Hi Prasanna,

Thank you for your interest in Syncfusion products.

To remove the caption from GridGroupingControl set the ShowCaption property to false. Please refer the below code for reference and let us know if you have any concerns.

Code Snippet:

this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;

 

Thank & Regards,

AL.Solai.

 


Loader.
Live Chat Icon For mobile
Up arrow icon