It doesnt though - its madness.
It is as if the edit linkbutton doesnt know that I have sorted the list - It allways gives the ID of the 'ordered by Lastname' listing which is the default.
Look at the snippet below...
When ordered by Lastname (default) I click Edit on the first record an get ID 23
If I then sort by ID or FirstName or email and click Edit on the first record (which is now ID 44), I still get ID 23 !
Main Topics
Browse All Topics





by: ThejakaPosted on 2008-02-26 at 17:58:48ID: 20990708
If the record IDs are as numbered, for example, from 1 to 10, and you start editing row with ID = 3, then re-sort, the same row continues to have focus, so if you click Edit again, the same row goes into edit mode again.
If you select a different row, then click edit, the appropriate ID should come up...