Search results for query: *

  1. M

    Find the index of new row

    no because i couldn't use the key. I didn't understand what you mean. Here it is again: on a form the user enters the data in textboxes and when press Save button they are saved and shown in the datagrid which is also on the same form. What i need is the new row entered to be the selected...
  2. M

    Find the index of new row

    Hello, yes I've read it. I am new here so forgive any mstakes. Please can you help me with the issue? thanks.
  3. M

    Find the index of new row

    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...
  4. M

    Find the index of a new row in a datagrid

    Hello, what I need to do is, when inserting a new row on a datagrid, which puts the rows in alphabetical order, to be able to find the new row number (index) and make the current row index to show at that row. Any ideas? A beginner :) Thanks in advance!
Back
Top