BM
Bharath M
Syncfusion Team
December 1, 2009 03:19 PM UTC
Hi Sateesh,
Thank you for your interest in Syncfusion products.
To hide the RowBtnTemplate, We suggest you to make corresponding object to null. Refer below code below to achieve this
[CS]
this.GridGroupingControl1.TableDescriptor.RowBtnTemplate = null;
Let me know if you have any queries.
Regards,
Bharath