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