Hello,
I posted already a thread about this but i need some more help please.
On a windows form the user enters data in textboxes and when press the button save they are saved and shown on the datagrid which exists also on the form. What i need is that new row entered to be selected as soon as entered in the datagrid. How can i know the index of the new row, when the datagrid is sorted and then i know that i will use the .Select() method of the grid.
thanks in advance!!!
I posted already a thread about this but i need some more help please.
On a windows form the user enters data in textboxes and when press the button save they are saved and shown on the datagrid which exists also on the form. What i need is that new row entered to be selected as soon as entered in the datagrid. How can i know the index of the new row, when the datagrid is sorted and then i know that i will use the .Select() method of the grid.
thanks in advance!!!