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

Removing Table1: 9 Items

On top the grid it is shoing Table1: 9 Items just above the Header. Pleaes let me know which setting or code will remove that line.


1 Reply

RP Rekha P Syncfusion Team January 5, 2009 05:18 AM UTC

Hi Prasanna,

Thank you for your interest in Syncfusion Products.

You can remove the default caption on toplevel group of GridGrouping by specifying ShowCaption="false" to TopLevelGroupOptions. Please refer the code snippet below to achieve this.

[ASPX]
ShowGroupDropArea="false" >



[VB]
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
Me.GridGroupingControl1.TopLevelGroupOptions.ShowCaption = False
End Sub


Please let me know if this code snippet helps you.

Thanks,
Rekha


Loader.
Live Chat Icon For mobile
Up arrow icon