This question is locked. New answers and comments are not allowed.
Hi,
I am using RadGridView for dynamic data binding. I have used Silverlight Enabled WCF service, which returns me IEnumerable<Dictionary<string, object>>
When I add watch on the service method I can see the proper datatable (Put a watch on table variable in GetData() method). The problem here is very typical I cannot see the data visible in the cells of the gridview except for the first column. Though if I see the filters on the columns I can see the relevant data on it and the grid is filtered also accordingly. So I assume the grid is binded correctly but then why I am not seeing the data.
Also I would like to know how can I apply conditional style cell selectors when my grid columns are getting generated at the runtime.
Download the file for the sample code. https://skydrive.live.com/embed?cid=E4A632AEF706BBF7&resid=E4A632AEF706BBF7!270&authkey=ADQzUM7yDkLzadE
The project uses the database so first please create the database called MyQTest and then execute the script file (also in the zip). This file will create the require tables along with the data.
Also please change the connectionstring in the web.config accordingly.
Thanks
I am using RadGridView for dynamic data binding. I have used Silverlight Enabled WCF service, which returns me IEnumerable<Dictionary<string, object>>
When I add watch on the service method I can see the proper datatable (Put a watch on table variable in GetData() method). The problem here is very typical I cannot see the data visible in the cells of the gridview except for the first column. Though if I see the filters on the columns I can see the relevant data on it and the grid is filtered also accordingly. So I assume the grid is binded correctly but then why I am not seeing the data.
Also I would like to know how can I apply conditional style cell selectors when my grid columns are getting generated at the runtime.
Download the file for the sample code. https://skydrive.live.com/embed?cid=E4A632AEF706BBF7&resid=E4A632AEF706BBF7!270&authkey=ADQzUM7yDkLzadE
The project uses the database so first please create the database called MyQTest and then execute the script file (also in the zip). This file will create the require tables along with the data.
Also please change the connectionstring in the web.config accordingly.
Thanks