Results 1 to 3 of 3

Thread: Datagrid row position

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    6

    Datagrid row position

    By default, if you've selected a row programmatically, the datagrid control displays it as the last row in the grid by default. How do you display it as the first instead?

    Example: The user has typed in "smith," and the program's retreived the database and selected the first record where lname = "smith." I want the first record displayed to be that selection, and then the datagrid to display all the other "smith" rows below it so the user doesn't have to scroll down.

    Seems like it should be easy, but I can't figure it out. All ideas appreciated.

  2. #2
    Addicted Member
    Join Date
    Oct 2002
    Posts
    145
    Hi,

    Have you solved this?

    Marivic

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    6
    It was suggested to select the last row first, then the row you want, which works fine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width