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 .