Skip to content

InlineEdit select dropdown is empty #151

@sean-yang

Description

@sean-yang

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions