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

Remove Grid lines in GridGroupingControl

Hi, I want to remove horizontal and vertical lines from the GridGroupingControl.can you please tell what is the property to be set..? Thx, Prathima

2 Replies

AD Administrator Syncfusion Team June 9, 2005 12:36 PM UTC

Try these: this.gridGroupingControl1.TableModel.Properties.DisplayHorzLines = false; this.gridGroupingControl1.TableModel.Properties.DisplayVertLines = false;


PV Prathima Venkobachar June 10, 2005 03:51 AM UTC

Thx .It works fine. Prathima

Loader.
Up arrow icon