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.