Gridlines in an empty DataBoundGrid

Is there anyway to display gridlines in an empty data bound grid control, so rather than seeing a single empty row at the top of the grid, the grid is full of empty cells, like a spreadsheet?

1 Reply

AD Administrator Syncfusion Team May 25, 2004 05:34 AM UTC

Try setting this property to see if it does what you want. this.grid.Model.Options.DisplayEmptyRows = true;

Loader.
Up arrow icon