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

Scheduler jumps to top of the page

1 Answer 78 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nithin
Top achievements
Rank 1
Nithin asked on 26 Jun 2018, 06:42 AM
I have implemented a scheduler but after loading the scheduler data wherever inside the scheduler we click the widget jumps up. Is there a way to prevent this from happening.
I did find the issue in the common issue section. But the solution provided in it doesn't solve mine as I'm using a drag and create event so disabling the select is not a viable option for me.
In this example you can see that after clicking on run whenever we click inside the scheduler it jumps a little but in my application with huge volume of data the jump is very significant.
Is there a way to prevent this?

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 27 Jun 2018, 03:56 PM
Hello Nithin,

You could give the following CSS rule a try:
html,
body,
#example,
#scheduler
{
    margin: 0;
    padding: 0;
    height: 100%;
    border-width: 0;
}

The example you linked updated with the rule above (it is added after your custom CSS): dojo.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Nithin
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or