Hi all,
I'm using a TypedView to present a readonly summary of data to the user.
When the user double-clicks on a row, I bring up an editor that allows him/her to change things.
What I'd really really like
is to be able to refresh just one row of the typed list when the user saves from the editor i.e. the one row representing the edited object would be forced to update and reflect the new values.
I know I could just refill the whole TypedView, but
- There's a quite a lot of records so it won't be too fast
- I'm not sure what I would need to do to make sure the user doesn't lose their place in the Typed view both logically and visually (Infragistics WinGrid).
LLBLGen PRO designer: 1.0.2005.1.Final, July 6th 2006,
SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll version: 1.0.20051.60719
C# 2.0, VS2005
Self-servicing
Thanks in advance for any help!
Alan