grid lines

How can I hide the vertical or horizontal grid lines or both?

Thanks

1 Reply

HA haneefm Syncfusion Team July 31, 2007 07:49 PM UTC

Hi Zach,

You can try these code:
this.gridGroupingControl1.TableModel.Properties.DisplayHorzLines = false;
this.gridGroupingControl1.TableModel.Properties.DisplayVertLines = false;

Best regards,
Haneef

Loader.
Up arrow icon