Reg: GridDataBoundControl

Hi, Please go through the following code: this.sgbDetailedHistory.DataSource = dvLatestHistory; The dvLatestHistory has contain only 11 rows but i am getting in grid 11 rows with one empty row at last. What could be the problem...? Help me...!

1 Reply

AD Administrator Syncfusion Team July 18, 2005 01:27 PM UTC

By default, the GridDataBoundGrid display an AddNew row at the bottom of the grid. If you do not want this row, set: grid.EnableAddNew = false;

Loader.
Up arrow icon