tags:

views:

9

answers:

0

I have a silverlight Grid. I have a raw dataset object that is being returned by my DataAcess component. I am taking this raw dataset and formatting it to a shorter IList<> return type which can be consumed by the Grid.

When there is Grid manipulation ( Edit / Delete / Update ), I need to persist this change and update the Raw dataset object. What are the options that I have since I cannot pass this Raw object to UI, however want to persist it somewhere ? Can I save this on the webserver ?