Easygrid
Easygrid copied to clipboard
Grails plugin - simple and declarative way of defining a DataGrid
Hi Tudor, Any timeframe on an upgrade to Grails version 3? Easygrid is great!
I am trying to enter the selected IDs of each grid into the gs_id input fields automatically after the page reloads. I have several grids on a single page using...
Hi there, May I ask why dynamicProperties is set as private in AbstractDynamicConfig?
Hi Tudor, Like many I am just curious if you have stopped supporting your excellent easygrid plugin. I hope you are in good health of course. Migrating to grails 3...
The sopts are currently defined by type in the EasyGridConfig. When i specify sopts in my grid config like that: ``` columns { column_name { jqgrid { searchoptions { sopt(...
Hi, using gorm with a initialCriteria with a order query, causes a SQL exception. ``` initialCriteria{ eq('merchant', authenticationService.currentMerchant) order('dateCreated', 'desc') } ``` Causes the following log ``` 2015-05-26/21:01:23.280 [http-bio-8443-exec-7] DEBUG...
Hi Tudor! There is a way to customize the easygrid plug in for different languages? I ve tried to customize following some tutorials: http://www.ok-soft-gmbh.com/jqGrid/Localization.htm But didnt work for the easygrid...
I am using easygrid in a dynamic fashion. I have a fixed number of columns, for which the labels will be dynamically set or the columns hidden. I would like...
I guess I'm missing something. I can't get the inline edit to work, much less the inline add. is there a working example of inline edit and add? Here is...
I'm using grails 2.2.5 and easygrid 1.7.1 When I try to filter with the ~(contains), ~!( does not contain) ^(begins with), etc I get: :operator is null is filter: name...