We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Removing Blank Row at Bottom of GDBG

Is there a way to prevent the blank row from appearing at the bottom of the grid after it loads the data? I was initially hiding it but found that on subsiquent data loads I''m losing rows. Obviously I can track if I''ve loaded data before and only hide the bottom row once, but I''d prefer to just turn that off if there''s a way to do it. :)

2 Replies

AD Administrator Syncfusion Team October 28, 2005 11:41 AM UTC

Try setting this.gridDataBoundGrid1.EnableAddNew = false; to see if this does what you want.


WI Will October 28, 2005 04:29 PM UTC

Right on that does exactly what I was looking for, thank you SO much!!

Loader.
Live Chat Icon For mobile
Up arrow icon