Prevent add new Row in GDBG

Hi,
When I retrieve data to GDBG there is always an empty row added at the end ...
How can i disable this functionality ?

thanks
SIm

1 Reply

AD Administrator Syncfusion Team October 18, 2006 01:53 PM UTC

Hi Sim,

Set the EnableAddNew property to false, to disable the addnew row at the bottom.
//
this.gridDataBoundGrid1.EnableAddNew = false;
//

Regards,
Rajagopal

Loader.
Up arrow icon