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

[Solved] Client - Caching

2 Answers 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ilias
Top achievements
Rank 1
Ilias asked on 30 Mar 2009, 07:47 AM
Hello all,

I am novice in Teleric Ajax Controls and i have the following questions:

Is it possible to develop a grid with the following characteristics?

  • Paging, sorting, filtering, and grouping are performed on the client;
  • No requests are made to the server after the initial page load;

I have also read about client caching at Teleric documentation but i have noticed that at each
reload i must perform:

protected void Page_Load(object sender, EventArgs e)
    {
            DataSet ds = GetImageBlink();
            RadGrid1.DataSource = ds;
            RadGrid1.DataBind();            
    }

I don't understand where is client caching involved?
 I must perform client binding in order to have client cashing?

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 02 Apr 2009, 05:52 AM
Hello Ilias,

To see more information along the lines of the requested functionality, please refer to the following example. I hope it gets you started properly.

Best wishes,
Yavor
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Ilias
Top achievements
Rank 1
answered on 02 Apr 2009, 06:12 AM
Thank you for your reply.
I will check the example you are suggesting.
Tags
Grid
Asked by
Ilias
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Ilias
Top achievements
Rank 1
Share this question
or