|
-
May 27th, 2002, 12:11 PM
#1
Thread Starter
New Member
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.
-
Nov 12th, 2002, 01:49 AM
#2
Addicted Member
Hi,
Have you solved this?
Marivic
-
Nov 12th, 2002, 09:03 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|