Click here to Skip to main content
15,878,945 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi all,
I am working with a datagrid view control , and i need to do the following, delete the last row in the datagrid and make the last row the current row.

Now below is how a work with the datagrid.

1. To load rows of data on to the datagrid what i did was to declare or create a datatable programmatically with columns and row, this datatable in turn loads data or insert data onto the hierarchical datagrid view control, row by row, now i am thinking what if the user wishes to remove the last row (maybe due to error), or wishes to remove rows from the datagrid view, in this order "bottom to top" (will the action be on the datatable that loads data on the datagrid view or on the datagrid view, and how (code) do i do it).

2. After inserting rows of data onto the datagrid view i discovered that the first row is highlighted as current row, how do change this so that the last row of data is the current row.

regards

ade
Posted
Updated 28-Jun-13 5:28am
v2
Comments
Kschuler 27-Jun-13 16:55pm    
If it's a third party control, you should search for their documentation on how to do this.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900