Skip to main content
Home Forums Silverlight Programming .NET RIA Services How to bind a datagrid in Silverlight
2 replies. Latest Post by Jonathan Shen – MSFT on July 3, 2009.
(0)
Meetu Ch...
Member
44 points
15 Posts
06-27-2009 7:25 AM |
I am making a RIA application using silverlight and web services the method of a web service returns a DataSet (a classic asp.net dataset which is find in system.data) . Now my problem is:How to bind a DataGrid of Silverlight with that Dataset which is returned by the Web serviceIf i am going wrong way do correct me.If i am right then tell me how to proceed++Thanks and Regards
jay nana...
Contributor
3388 points
624 Posts
06-27-2009 11:47 AM |
Have you check this long thread?
http://silverlight.net/forums/p/16733/55609.aspx
Jonathan...
All-Star
23562 points
2,304 Posts
07-03-2009 3:40 AM |
Hi Meetu,
By default, DataSet is not supported by Silverlight now. However, you can get a solution here.
Best regards,
Jonathan