Hi,
I have a requirement that I need to allow any user who uses our silverlight gridview app the ability to save the report with the filters/groupings/settings. But they need to be able to see those settings regardless of what computer they are on, so I need to be able to save them to probably XML, and then either save them to a public share or ideally, back to a database to retreive.
I suppose I see:
taking the existing RadGridViewSettings.cs file and converting it so that instead of saving it to the isolated storage, it is instead saving it as a string of XML.
I could then pass that string via a web service and save it to my database as part of my settings table.
Then do the reverse to load those settings.
Does this seem possible?
I have a requirement that I need to allow any user who uses our silverlight gridview app the ability to save the report with the filters/groupings/settings. But they need to be able to see those settings regardless of what computer they are on, so I need to be able to save them to probably XML, and then either save them to a public share or ideally, back to a database to retreive.
I suppose I see:
taking the existing RadGridViewSettings.cs file and converting it so that instead of saving it to the isolated storage, it is instead saving it as a string of XML.
I could then pass that string via a web service and save it to my database as part of my settings table.
Then do the reverse to load those settings.
Does this seem possible?