Hide gridlines in virtual grid

Hi there, How to hide the grid lines in virtual grid, and it can be made visible based on user selection.

1 Reply

AD Administrator Syncfusion Team June 21, 2005 11:56 AM UTC

There are properties you can set to hide all grid lines: grid.Properties.DisplayHorzLines = false; grid.Properties.DisplayVertLines = false;

Loader.
Up arrow icon