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

Window position

1 Answer 33 Views
Window
This is a migrated thread and some comments may be shown as answers.
Nisarg
Top achievements
Rank 1
Nisarg asked on 26 Dec 2014, 08:32 PM
http://dojo.telerik.com/ixEWu/5

Hi there. I have put all my html in the dojo with the link above. If you would click the "Add" button you would see that the window appears on the bottom, which adds a scroll bar to the window. I want the window to appear over the content that is already there, so that scrolling is not needed.

Thanks in advance,
Nisarg

1 Answer, 1 is accepted

Sort by
0
Nisarg
Top achievements
Rank 1
answered on 26 Dec 2014, 08:44 PM
Never mind. I figured it out.

Just had to add this line on document.ready:
>>>$(".k-widget.k-window").css({"top": "30px", "left": "40px"});
Tags
Window
Asked by
Nisarg
Top achievements
Rank 1
Answers by
Nisarg
Top achievements
Rank 1
Share this question
or