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