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

Scroll position lost when cancelling out of Advanced Edit Appointment

1 Answer 94 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Michael Van Ells
Top achievements
Rank 1
Michael Van Ells asked on 18 Dec 2011, 09:36 PM
When RadScheduler contains numerous resources listed horizontally, all operations (e.g. move appointment, resize appointment, etc.)maintain scrolled position except cancelling or closing the Advanced Edit Appointment form.  Cancel causes the grid to reset to scroll position 0. 

Users are opening the edit form to view appointment details (e.g. the exact time), so this is a problem with 100 resources. 

Is there a way to maintain the scrolled position when cancelling the form?

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 21 Dec 2011, 04:02 PM
Hello Michael,

Thank you for contacting Telerik support.

I have tested the scenario you described, but could not observe the same behavior. You can get and set the scroll position of the scheduler with the following code:
function pageLoad() {
          var scheduler = $find('<%=RadScheduler1.ClientID %>');
                      alert(scheduler.get_scrollLeft());
                      scheduler.set_scrollLeft(200);
                      scheduler.repaint();
      }

I am attaching my test project and here you can see a video of my test. If I am not testing the proper case or you have other questions please let me know.

Regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Michael Van Ells
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or