sgs1970
asked on
VB.Net DataGrid Removing the last empty row
Hi,
I am developing a vb.net windows application . The data is shown on a datagrid. Some of the textboxes are editable and some are not. I have also a checkbox column on the datagrid, which is editable .
Is there a way to remove the last empty row appearing on the datagrid? If the datagrid is readonly the last empty row is not appearing , but I have to make some columns editable.
Thanks,
samson
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/wnf_CustDataGrid.asp
Under the heading
---- Customization 3: Make the Check Box Respond to One Click --
But because of this empty final row with the checkbox, clicking on the checkbox, gives additional empty row and clicking on this check box creates another empty new row. This is the real issue that I am facing. Atleast Preventing additional rows to come up will be a solution
Sam