Hi,
I am using few infragistics controls.
Like XamGrid, XamWebChart, XamRadialGauge etc.
Now my requirement save that ItemSource. So i am converting into xml format. and pass through
WCF services.
how can I change the ItemSource into Xdocument/ XML/XElement?
I am using that code but its not working properly
-------------------------------------------------------------------
XamGrid myGrid;
System.Collections.IEnumerable iEnumerable = myGrid.ItemsSource; XDocument _x = new XDocument(myGrid.ItemsSource);
Kindly suggest me
Hello Asit,
Did you resolve your issue or do you still need help on this matter?
If so, please provide me with the information I requested so that I may be of further assistance.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
Please provide me with more information on what you are trying to accomplish. Have you considered serializing your data or passing using an IEnumerable on both the client and server?