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
close icon

How to remove the last blank row in gdbg when we bind it with data set

Hi,

When am adding my datasource to gdbg then am getting last row as blank , when am clicking that again a blank row generated ,, i dont want this activity , i want the grid to be fix with the specified rows. Is there any solution ?

Thanx & Regards
Taqi

1 Reply

MA Madhankumar Syncfusion Team June 22, 2007 05:15 PM UTC

Hi Taqi,

Thank you for being patience.

This can be achieved by disabling the EnableAddNew property to false. The following is the code snippet
+++++ Code Snippet ++++++
// Form_Load Event
this.gridDataBoundGrid1.EnableAddNew = false;
+++++ Code Snippet ++++++

Also please refer to the following evaluation center articles which demonstrates the various property settings to customize grid.
http://www.syncfusion.com/support/evalcenter/default.aspx?cNode=5

Kindly let us know if you need any further assistance.
Have a nice day.

Best regards,
Madhan

Loader.
Live Chat Icon For mobile
Up arrow icon