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

Client Side Grid binding to objectdatasource

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MOD MOD
Top achievements
Rank 1
MOD MOD asked on 02 Apr 2010, 05:01 PM
Hi ,

I have a ASP Client based on Telerik grid with client side binding to web service.
This means that I have only one page of data each time and virtual items count of whole data.
Most of grid features like: Groping, Filtering with TelerikFilter and many other does not supported.

According to my application scenario I need to achieve the following functionality:
WCF server has access to DB - so the whole data exists only there.
ASP client will be binded to objectdatasource declared in client - but actually the data will be on WCF, this objectdatasource will be DAL .

1. Is it possible ? 
2. Will it give ability to use some features like grouping for example which is not available on simple binding ? 

Thanks .  


1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 08 Apr 2010, 02:48 PM
Hello,

This scenario is possible with server-side binding only. For that purpose you should consume the web service on the server - directly or through another layer. This way you can use Grouping, Filtering with RadFilter, Hierarchy and so on.

Let me know I can assist you further.

Best regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
MOD MOD
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or