Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a little problem that the datagrid dont show the result of the querry from wcf service , even the count is equal to 6 .
So how i have to fill the data in the datagrid .
Thank You in advance
Posted
Comments
Slacker007 28-Dec-11 6:14am    
Would you please provide more detail about your problem. Thanks.
AmitGajjar 28-Dec-11 7:53am    
provide your code....

Without looking at the code, its impossible to answer your question.
Howver, if you go through these links, you might get some help -
http://www.dotnetcurry.com/ShowArticle.aspx?ID=228[^]
http://mscoder.wordpress.com/2010/07/11/datagrid-binding-and-crud-operations-in-silverlight-4-using-wcf-service/[^]
 
Share this answer
 
Comments
Espen Harlinn 28-Dec-11 13:26pm    
Nice links :)
Abhinav S 29-Dec-11 3:02am    
Thanks
Wendelius 28-Dec-11 15:24pm    
Agree with Espen, 5
Abhinav S 29-Dec-11 3:02am    
Thanks
i did create an WCF Service which give me the list of the items that i have in sql database, and all what i want now is to display these items in the adatagrid.
 
Share this answer
 
<sdk datagrid="" height="*" width="*" autogeneratecolumns="True">
before it was AutoGenerateColumns="False".
 
Share this answer
 
Comments
Rajesh Anuhya 28-Dec-11 9:26am    
you are suppose to post your comment here, post under the related Question/answer, so that poster can get a mail.
i did configure the first one my problem was that autogeneration was false , but what i want now is how can i add button to each item ??
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900