Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Bind Json to a datagrid
posted

Hi There, I have a JSON output (from WCF service) that I need to bind to a data grid. The Json i am getting is the result of a query that is dynamic. Due to this reason, I am able to cast the Json into an object. I wanted to check if someone else has implemented this. Thanks Jay