I looked all over the web for this “simple” question with no answer!
how to embed a select input field into a dgrid like this example:
suppose we have this column:
editor({
label: "name",
autoSave:true,
field: "f_name",
className: 'style4'
}, "text", "dblclick")
Try something like this:
Here is the example: https://github.com/SitePen/dgrid/blob/master/test/GridFromHtml_Editors.html