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

Popup editing mode and inline DropDown editor

0 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Trevor
Top achievements
Rank 1
Trevor asked on 15 Nov 2012, 09:04 PM
Hello,

I was wondering if it is possible to have both popup editing and a dropdown editor in the same line in a grid. For instance;

...
columns: [ 
   { field: "ID", editor: devDropDownEditor, template: "#= selectID #" }, 
   { field: "Notes"}, 
   { command: "edit", width: 85}, 
],
editable: {mode: "popup", template: $("#popupTemplate").html()}
});

I have the dropdown editor working perfectly when the edit mode is incell. However, it does not work when the edit mode is popup, which is required for the rest of the grid. How can I get both working?

Thanks for your time.

No answers yet. Maybe you can help?

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