Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am using Telerik Rad Grid with VS 2010.
I need to do Client side databinding and caching for my grid.
The Grid has filters.
Can anybody tell how can I achieve this?

The data in the grid comes using ADO.Net connectivity.

Please let me know if any further information is required from my side.

Regards,
Gopal
Posted

1 solution

client side data binding
Well, all you want to know how to talk to server from Javascript.
There are few ways to interact with server side through client side(Javascript):
1. XMLHttpRequest[^]
2. Callback[^]
3. WebService call[^]
4. PageMethod[^]

One of the sample article using callback method to bind the grid content on client side: ClientCallback custom control for web applications[^]
 
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