Hi All,
When I update the primary key of a row in my datalist no changes are made immediately to the datalist order. But when I go to edit another entry the rows sort in alpha order...
For example: I have a datalist with the following rows Primary Key, FirstName, LastName
the records appear like this in the datalist:
1, John, Doe
2, Jane, Doe
3, Tom, Flynn
If I change 1, John, Doe TO 4, John, Doe
The rows are update and look like this in the datalist:
4, John, Doe
2, Jane, Doe
3, Tom, Flynn
However, when I click to edit 4, John, Doe the items sort themselves to look like this!:
2, Jane, Doe
3, Tom, Flynn
4, John, Doe
And then it goes into edit mode for 2, Jane, Doe instead of 4, John, Doe!!!!
Anyone have this problem? or know how to fix it?
When I update the primary key of a row in my datalist no changes are made immediately to the datalist order. But when I go to edit another entry the rows sort in alpha order...
For example: I have a datalist with the following rows Primary Key, FirstName, LastName
the records appear like this in the datalist:
1, John, Doe
2, Jane, Doe
3, Tom, Flynn
If I change 1, John, Doe TO 4, John, Doe
The rows are update and look like this in the datalist:
4, John, Doe
2, Jane, Doe
3, Tom, Flynn
However, when I click to edit 4, John, Doe the items sort themselves to look like this!:
2, Jane, Doe
3, Tom, Flynn
4, John, Doe
And then it goes into edit mode for 2, Jane, Doe instead of 4, John, Doe!!!!
Anyone have this problem? or know how to fix it?