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

Set editor position

1 Answer 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Paul Ridden
Top achievements
Rank 1
Veteran
Paul Ridden asked on 16 Mar 2017, 03:03 PM

Hello,

Does anyone know if it's possible to set the popup editor window position?

I thought I could do something like:

$(".k-window").css('top', '35px');

in the Scheduler's Edit event. (This works in for the Grid btw).

Thanks in advace,

Paul

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 20 Mar 2017, 07:44 AM
Hello Paul,

You can set a different position than the default one to the editor but you will need to add an !important rule. This works at my end:
.k-window {
  top: 35px !important;
}


Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 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
Paul Ridden
Top achievements
Rank 1
Veteran
Answers by
Ivan Danchev
Telerik team
Share this question
or