This is a migrated thread and some comments may be shown as answers.

[Solved] RadGrid Entities in WebSerivce

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adek
Top achievements
Rank 1
Adek asked on 15 Sep 2009, 12:20 PM
Hi,
I want make this example to Entities
http://blogs.telerik.com/vladimirenchev/posts/08-09-09/how_to_telerik_radgrid_master_detail_client-side_data-binding_using_linq_to_sql_and_webservice.aspx
but I get empty Grid in Default.aspx

I change  in WebService.asmx :
IQueryable<Customer> customers = new DataClassesDataContext().Customers.AsQueryable<Customer>();
IQueryable<Order> orders = new DataClassesDataContext().Orders.AsQueryable<Order>();
to:
IQueryable<Customers> customers = new NORTHWINDModel.NORTHWINDEntities().Customers.AsQueryable<Customers>();
IQueryable<Orders> orders = new NORTHWINDModel.NORTHWINDEntities().Orders.AsQueryable<Orders>();
       
http://adek24.comlu.com/EntitiesMasterDetailClientSideDataBinding.zip



   
please help me



1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 18 Sep 2009, 08:51 AM
Hi daw,

I cannot open the url to download your files since the server on which they are published is blocked by our security policy. Could you open up a formal support ticket and send the files as attachment.

Thanks.

Best wishes,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Adek
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or