Hi,
I am trying to setup the inline editing to show the dropdown, but what I got is an empty dropdown list. Here is part of my controller code:
isSiteManager {
label 'Is Site Manager'
jqgrid {
width '25%'
edittype 'select'
editoptions '{value:{N:\'N\',Y:\'Y\'}}'
}
}
The source I've seen is
"label":"Is Site Manager","edittype":"select","editoptions":"{value:{N:'N',Y:'Y'}}"
It looks match the jqGrid is expecting, and no error from console, but I got empty dropdown.
The EasyGrid version is 1.7.1, and Grails version is 2.5.0.
Please help!
Hi,
I am trying to setup the inline editing to show the dropdown, but what I got is an empty dropdown list. Here is part of my controller code:
The source I've seen is
It looks match the jqGrid is expecting, and no error from console, but I got empty dropdown.
The EasyGrid version is 1.7.1, and Grails version is 2.5.0.
Please help!