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

Edit Popup row position

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 17 Feb 2015, 05:01 PM
Hi

Is there a way to move the extra rows I have added in resources further up in the edit popup?

Note: I do not want to have a custom edit popup because I will through this loose all my default fields.

http://dojo.telerik.com/UkaxO/11

resources: [
    {
      field: "atendees",
      dataSource: [
       { value: 1, text: "Alex" },
       { value: 2, text: "Bob" }
      ]
    },
    {
      field: "typID",
      title: "Type of Food",
      dataSource: [
       { value: 1, text: "Lunch" },
       { value: 2, text: "Dinner" }
      ]
    }
  ]
});

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 19 Feb 2015, 03:55 PM
Hello Markus,

If you do not want to use custom editor template, then you will need to re-position the editor fields on edit. Wire the widget edit event and move the desired editor in a new place. Check the updated Dojo demo for more details.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Markus
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or