Easygrid
Easygrid copied to clipboard
Grails plugin - simple and declarative way of defining a DataGrid
Hi! I'm always getting a NullPointerException by line 242 of GormDatasourceService.groovy. It seems that the baseCriteria.buildCriteria causes this issue in the current version: ``` groovy def createWhereQuery(GridConfig gridConfig, Filters filters,...
Hello, I followed all the steps and installed easy grid 1.6.6 successfully. But when I run the application I get template not found error. Please let me know what I...
Greetings. To warm up to easygrid, with the help of the instructions on this page (https://github.com/tudor-malene/Easygrid) and details from this issue (https://github.com/tudor-malene/Easygrid/issues/53): I was able to successfully make use of...
Hi, How can i make column meanAge sortable in the following grid : ``` groovy def supGrid = { domainClass Group columns = { id meanAge value { //return the...
Hi: I've got a grid with two fields declared like this: ``` statusDesc { label "Status" jqgrid { width "100" align "center" } export { width "100" } } broker...
Hi, Lets say i have a column 'date', and I would like it to be set to today date whenever user loads the page, however he should be able to...
After upgrade to 1.6.1 I'm unable to override the default _autocompleteRenderer. I have extracted _autocompleteRender.gsp (btw, why this particular renderer is not installed during EasygridSetup?) from plugin, and put it...
I'm creating a search field that filters on different criteria depending on the nature of the input. The domainClass bound to the grid is Account. If the search string only...