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

Add, Edit Popup position in IPAD

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bertha
Top achievements
Rank 1
Bertha asked on 26 May 2016, 04:01 PM

When I clicked Add or Edit button of Grid, it is centered correctly in computer.  When it is in IPAD, the popup will go to the top right corner.  I guess it could be bootstrap or accordion container of my settings.  Is there a way I can tell the popup of Add window to show in the middle or on top left corner?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Bertha
Top achievements
Rank 1
answered on 26 May 2016, 04:59 PM

sorry, I already find a solution in the web.

edit: function (e) {
var editWindow = this.editable.element.data("kendoWindow");
editWindow.center();

Tags
Grid
Asked by
Bertha
Top achievements
Rank 1
Answers by
Bertha
Top achievements
Rank 1
Share this question
or