Easygrid
Easygrid copied to clipboard
Grails plugin - simple and declarative way of defining a DataGrid
Hi, Easygrid 1.6.9 logs "easygrid.EasygridDispatchService No service method for: callGridImplHtmlGridDefinition" every time it is loaded, this is filling my server logs. How can I disable it?
I am using easygrid 1.6.9 with grails version 2.4.3 I am trying to figure out how to create an in-line add row function on a jqGrid. I have looked at...
The plugin is working fine with assest-pipeline:1.9.9 but when upgraded to asset-pipeline:2.1.0 it is giving the following error: File was not sourced from the same ScanDirectory D:\Grails Projects\easygridtest2\target\work\plugins\easygrid-1.6.9\web-app\jquery.jqGrid-4.6.0\js\jquery.jqGrid.src.js scanDir: D:\Grails...
I have a problem with search on jqGrid. It happens nothing when I click on little search button. The same result also in easygrid demo page: http://199.231.186.169:8080/easygrid/author/jqgrid But in this...
Hi, I have a domain ``` class Recipe { Ingredient ingredient } ``` in my grid I have ``` ingredient { label "ingredient.label" formatName 'ingredientFormat' } ingredientFormat = {"${it.name}";} ```...
Hello, upfront - sorry for the probably very stupid question, but I am new to grails and dont see my mistake :). I always get a could not find grid...
Hi there, First thank you for your work. It is really helpful. I am using the easygrid plugin with grails 2.3.1 and easygrid:1.6.9. It is fine, I have no problem...
Hi, Adding sortable false to this column causes an error ``` id { label "" formatName 'toolsFormat' sortable false enableFilter false } ``` ``` assert column.sortable | | | false...
Hey Tudor, I'm a fellow dev who has been using your EasyGrid plugin for a little while now. I came across a use case where I had to create grids...
Grails 2.4.3 EasyGrid 1.6.8 I would like to use addFunction to display a create form in a div. However, when I load the page, the addFunction seems to be called...