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

RadAjaxManager1 grid postback

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jomey
Top achievements
Rank 1
Jomey asked on 23 Sep 2008, 06:13 PM
If I don't use RadAjaxManager1, the page postback and saves the scroll position just fine.

    <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True">
        <Selecting AllowRowSelect="False"></Selecting>
        <Scrolling AllowScroll="True" UseStaticHeaders="False" SaveScrollPosition="true" ScrollHeight="300" />
    </ClientSettings>

If I use the RadAjaxManager1 as below - it scrolls to the top everytime i select a row on the grid via server side by clicking on the select GridButtonColumn.  The scroll position is lost.

                <telerik:AjaxSetting AjaxControlID="rgMain">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="fvDetails"></telerik:AjaxUpdatedControl>
                    </UpdatedControls>
                </telerik:AjaxSetting>   
                <telerik:AjaxSetting AjaxControlID="rgMain">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="rgMain"></telerik:AjaxUpdatedControl>
                    </UpdatedControls>
                </telerik:AjaxSetting>   

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 26 Sep 2008, 10:25 AM
Hello Jomey,

I followed your scenario and tried to replicate the issue but no avail. Find the attached sample and let me know how it works with you and what differs in your case.

I hope this helps.

Best wishes,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Jomey
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or