Sean Yang
Sean Yang
Sorry, I've found I referenced to the wrong example web page. Now I modified my controller code as ``` javascript isSiteManager { label 'Is Site Manager' jqgrid { width '25%'...
Because this field is a Y/N selection, I've tried to change the edittype to checkbox: ``` javasciprt jqgrid { width '25%' edittype 'checkbox' editoptions '{value:\'Y:N\'}' } ``` The generated code...
Could someone help me please?