Remove horizontal and vertical lines between Rows and Cols

Hello All,

How can we Remove horizontal and vertical lines between Consecutive Rows and Columns in a Grid i.e. Those lines which separates two consecutive rows or columns. I do not want them in my Grid. Thank you.


2 Replies

AD Administrator Syncfusion Team November 22, 2008 10:37 AM UTC


I have solved it. You can do it by setting following two properties:

model.Properties.DisplayHorzLines = false;
model.Properties.DisplayVertLines = false;

Where model is object of gridmodel located inside GridControl Object.



NA Nisha Arockiya A Syncfusion Team November 24, 2008 12:33 PM UTC


Hi Vighnesh,

Thanks for your Update.

Glad that you have found the solution by yourself.

Please let us know any other concerns.

Regards,
Nisha


Loader.
Up arrow icon