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

Yahoo-style scrolling rebind() problem

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yann
Top achievements
Rank 1
Yann asked on 01 Jun 2010, 04:50 PM
Hi,

I want to use "Yahoo-style scrolling" describe in these pages (http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpaging/defaultcs.aspx and http://www.telerik.com/help/aspnet-ajax/grdvirtualscrollpaging.html) but the Rebind() function used in AjaxRequest method don't refresh the grid.

In debug, I can reach the AjaxRequest method, I change the page size but the rebind() doesn't work.

Does anyone has already encountered this problem ?

Thank you in advance for your help.

Yann.

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 04 Jun 2010, 08:12 AM
Hi Yann,

Have you defined an AJAX setting where RadAjaxManager updates RadGrid?:

<telerik:RadAjaxManager  ID="RadAjaxManager1" runat="server" OnAjaxRequest="RadAjaxManager1_AjaxRequest">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadGrid2" LoadingPanelID="RadAjaxLoadingPanel2" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>

You need this AJAX setting, so that RadGrid can be updated from RadAjaxManager's AjaxRequest event.

Regards,
Veli
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
Yann
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or