I apologize if this is covered somewhere else but I have been unable to find it so far. I'm trying to "sync" a detail screen with a Telerik gridview. The user will edit the information on the detail screen and then save. I want the save process to update the grid information but I want to be able to return to the record being edited. This is a multi-user scenario so there is no guarantee that a record would return in the same position so I'm trying to come up with a way to "Find" the right record to fill the SelectedItem property. I would like to be able to utilize the data's primary key to search the grid and selected that record, is this possible? I've been looking at the FindRecord method but without success.
Thanks,
-Sid Meyers.
Thanks,
-Sid Meyers.