Editor - Inline editing using Dropdown
Editor - Inline editing using Dropdown
Thanigai
Posts: 21Questions: 6Answers: 0
I am implementing inline editing in Editor to have rapid multi editing feature for my users.
Is there a way to implement a dropdown as cell editor instead of textbox.
When user clicks, the cell is edited by inputting a value, instead the user should be forced to choose predefined values from the dropdown.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Found answer here: http://editor.datatables.net/examples/inline-editing/join.html
Editor's inline mode will use whatever field type the field to be edited as been assigned. If that is a
select
dropdown, then that will be used in the inline edit. There is an example of that available - the "Location" column uses aselect
list.Allan