There are plenty of examples of retrieving data for display via the Infragistics Silverlight controls.
I find no examples of persisting data entered via Silverlight controls to a data store. Is this because the typical data source for a Silverlight control implements the IEnumerable interface, which isn't updateable?
Hello Jason,
Below is the documentation and samples on Infragistics Persistence Framework.
Persistance Framework Documentation
Samples on Persistance Framework
Please let me know if this is what you are looking for. Please do not hesitate to contact me if you need further assistance.
Uh... No...
I'm not interested in the "Control Persistence Framework".
Almost all of the Silverlight examples show how data can be retrieved from a data source, but they don't show how the data is stored back to the data source.
Pretend I never used the work "persisting" and instead I used the word "saving".