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

RadGrid Postback Rebind

1 Answer 241 Views
Input
This is a migrated thread and some comments may be shown as answers.
Madhu
Top achievements
Rank 1
Madhu asked on 10 Oct 2008, 05:16 PM
Hi,

This might be a silly question to ask but being a newbie I shouldn't worry about being silly if I want to know for sure what is possible and what not.

Anyway, my question is:

I have a RadGrid on page and everytime I change cell in Grid, I do postback using AjaxManager, Grid seems to go through its whole process of Rebind() (I have this method defind ItemCreated, ItemDataBound, ColumnCreated, PreRender). It takes several seconds before I get response from AjaxManager. Once I get response, I am doing whole lot of other stuff from JavaScript using the response.

I was wondering if there is a way to execute Rebind() when I needed if not just execute the function defined for AjaxManager and return the response. I want to minimize the time it's taking to give me response from server side.

thank you very much, appreciate your help.
Madhu

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 13 Oct 2008, 06:12 AM
Hi Madhu,

You can minimize the response and optimize your scenario if you use client-side data binding. Please check the examples in this blog post for more info:
http://blogs.telerik.com/VladimirEnchev/Posts/08-07-24/Telerik_RadGrid_for_ASP_NET_AJAX_Q2_2008_client-side_edit_using_templates.aspx

Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Input
Asked by
Madhu
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or