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

Lost Scheduler Scroll Position After Ajaxpostback

1 Answer 86 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
James Shelton Agar
Top achievements
Rank 2
James Shelton Agar asked on 01 Aug 2008, 03:18 AM
I have the following code to open Radwindow and edit for scheduler

 
 function TaskCallBack(radWindow, returnValue) {  
                var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");  
                ajaxManager.ajaxRequest('RebindTask');  
            }  
 
   <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="MixedSchedule" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 

it works great, except after ajaxmanger fires, the scrollbar back to the top for the scheduler.

any advise will be appreciated. thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 01 Aug 2008, 10:56 AM
Hi James,

Please, refer to this forum thread for a workaround.


Best wishes,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
James Shelton Agar
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or