We are happy to inform you that the new release of Guriddo jqGrid JS version 5.5.4 is released. This is bug fix release, but add a full support of jQuery 3.5.X, has numerous important fixes and add a very useful additions. Below is the list of additions and bug fixes.
Additions and Updates
- Add new feature combined search – to combine search results in different searching modules. Added two new parameters – mergeSearch (boolen) and searchModules (object). See searching in documentation.
- Add two parameters to resizeGrid to enable responsibility on width and/or height
- $.jgrid.parseDate now can be used without to be applied to a grid object. Added new option parameter for validation
- Add colModel sizingStringFunc which is a user defined function to calculate the max width of column value. Parameters to it are cell value, font, options and row data object. Should return the width of cell value.
- Add grid event colMenuBeforeProcess to be executed before any action in any column menu defined. Parameters passed to it are module, action, and column name
Bug Fixes
- Fix no records message in frozen columns
- Fix group headers in case of autoresize is applied with double click
- Fixes for position dialog s (edit, view, search) when rtl is on and recreateForm is false
- Disable searching in filterToolbar when press special keys like alt, ctrl and etc. and autosearch is enabled.
- Fix exports in grouping
- Fix setGridWidth method when shrinkToFit parameter is set to false
- Fix getCol and getRowData methods in case of no records message appear.
- Replace the deprecated jQuery.isArray with Array.isArray
- Replace deprecated jQuery.isFunction with $.jgrid.isFunction
- Replace deprecated jQuery.type with $.jgrid.type
- Replace deprecated jQuery :first with first()
- Fix autoresizing when hidden columns are present.
- Fix frozen columns in certain situation when the first columns are hidden
- Fix icon position left in bootstrap4
- Replace deprecated jQuery :eq with eq()
- Replace deprecated jQuery :last with last()
- Replace deprecated :gt with slice
- Replace jQuery $.trim with $.jgrid.trim
- Fix pager when RTL.
- Fix transparency of header and footer rows in Boostrap4
- Fix frozen columns in various situations
Enjoy the new version
Happy coding
Guriddo jqGrid Team
Tags:
We are pleased to announce the release of Guriddo jqGrid JavaScript 5.5.2. This is a bug fix release, with important fixes for Bootstrap 4. The documentation is updated according to the new release. Below is the list of additions and bug fixes.
Additions and Updates
- Add second parameter to setGridHeight, so that we set the entry grid height.
Bug Fixes
- Fix getDataIDs to not return “norecs” row
- Fix “norecs” row in case when add row with addRowData.
- Fix addRowData when add elements at certain positions in data array and fix reindexing of elements.
- Fine tune sort icons in bootstrap4
- Fix multiselect plugin to work with jQuery 3.5.x
- Fix pixel which causes scroll in Chrome in setGridWidth method when boostrap4
- Fixes for multibox header for jquery-ui css
- Fisxes for multisorting and sorting icons in Boostrap4
- resizeGrid now resizes to the parent/window height
- CSS Fixes for searchoperators in toolbar search
- Fix for the headerrow column in Bootstrap4
- Fixes for header row
- Fix find correct search operator in case there is a custom search element.
- Fixes for Frozen columns, stripped tables, group headers row hovering and row selecting in Bootstrap4
- Fixes for calling isGrouHeaderOn in filtering and exporting
- Fix icon position in navigator Bootstrap4 for fontAwesome
- Fix groupingHeaders when they are removed. Fix setGridWidth to remove/set frozen columns when it is executed. Fix position of data div of the frozen columns. Fix hovering in bootstrap
- Fix jquery UI css adding overflow hidden in navigator buttons with texts
- Fix remove centering of label cells when grouping. Add overflow hidden to long texts in navigator buttons
- Fix dirty-cell not being set and console error when saving using latest jQuery #972
- Fixes for boostrap4 modal-content class
- Fixed error “hasOwnProperty is not a function when saving data using jQuery 3.5.1
- Fix dirty-cell not being set on cells changed inline
- Fixing destroy group header function
- Fix Bootstrap4 warning dialog display property
- Fix grouping headers with frozen columns rebuilding.
- Bootstarp4 css fixes for group headers and frozen columns
- Fix hovering and highlighted selected row in Bootstrap 4 css
- Fix losing focus when setGroupHeaders is call.
- Fix sort icons in fontawesome and octicons css definition
Enjoy the new version.
Kind Regards
Guriddo Team
Tags:
We are pleased to announce the release of Guriddo jqGrid JavaScript 5.5.1. This is a bug fix release with important fixes on tree grid.
Below is the list of the fixes:
Bug Fixes
- Fix preserving original values in method getRowData when using indent
- Fix reloading tree after search when treeModel is adjacency
- Fix for xml data when reloading tree node
- Fix formatting numbers in summary, header and footer data in excel export
Enjoy the new version.
Kind Regards
Guriddo Team
Tags:
We are happy to inform you that the new release of Guriddo Suito PHP version 5.5.0 is released
This version is a minor release and add interbase SQL driver, improvements in TreeGrid, server and local exporting, unary searching, new method max grid height and much more.
PHP
Additions and Changes PHP
- Rewrite Intebase SQL database driver
- Support radio buttons in jqForm
- Added excel export options empty_date which set a empty date when the date is null or empty
- Use build in date functions when php >= 5.3.0
Bug fixes PHP
- Fix obfuscation error
- Fix deprecated function magic quotes to be compatible with php version 7.4
- Removing zoom property in css files
JavaScript
- For all additions and fixes see here
Enjoy new version
Guriddo Support Team
Tags:
Hello,
We are glad to announce the new release of Guriddo jqGrid JavaScript version 5.5.0.
This version is a minor release and add improvements in TreeGrid, local exporting, unary searching, new method max grid height and much more.
The version has a numerous bug fixes.
For a full list of additions and fixes look below:
Additions and Updates
- Added is a informative row in case no records are in the grid. Uses emptyrecords property from language file. See https://github.com/tonytomov/jqGrid/issues/950
- Disable freeze menu (in column menu) when subgrid, treegrid, celledit are on
- Add forcePgButtons parameter to force creation of pager buttons in responsive mode.
- Update Italian language file.
- Support of select All option in colmenu columns option. New option in coloptions object in colModel – columns_selectAll – default false. See docs.
- Add aria-sort attribute to support section 508 when sorting a column
- Add options sortTreeByNodeType (false/true) default false, sortTreeNodeOrder (asc/desc) to sort the tree by node type. I.e first node with children and then leafs or vice verso.
- Add option FullTreeSearchResult (false/true) default false to show the full tree node on found item in tree.
- In case of grouping headers set the columns to contain the parent and child names in searching dialog.
- Add support for hyperlinks in excel export
- Disable sorting in column Menu when sortable options in colModel is false and enable sorting only when this option and sorting option in colmenuoptions is true
- Add option navigationDisabled to disable navigation dynamically in aria module.
- Add Support new line in textarea in cell editing when alt + Enter is used in order to prevent saving data.
- Add new option in getRowData method to indent the expandColumn in case of treeGrid. Default is false.
- Add new option in all export modules treeindent to indent the expandcolumn when treegrid is exporting.
- Add options includeHeader in all export modules (exportToCsv, exportToPdf, ….) in order to support header row option when set. Default is true.
- Add method maxGridHeight to set and remove maximum height of entire grid
- Add option viewselected in viewGridRow method. If multiselect is true and this option is true viewing is enabled only to the selected grid rows in view grid mode.
Bug Fixes
- Fix local sorting in case date srcformat = newformat.
- Fix clearsearch values in filterToolbar
- Fix border-bottom in case of searchtoolbar and jQuery UI css
- Fix horizontal scroll bar in case shrinkToFit is set to false and no records are available.
- Fix pager in case it contain special characters. See https://stackoverflow.com/questions/57792149/jqgrid-pager-doesnt-display-when-its-id-has-special-characters
- Fix centering subgrid icon.
- Fix for the subgrid icon in Chrome
- Fix calculating autosize when Bootstrap is used
- Fix position of column menu when used jQuery > 3.x. See https://github.com/tonytomov/jqGrid/issues/951
- Fix export modules to read correct complex data structures in data
- Fix sorting a tree after search
- Fix setCell and setRowData methods to use the cellattr event in case of updating data. See: https://github.com/tonytomov/jqGrid/issues/953
- Fix editing module to use cellattr correct having all the needed data. See https://github.com/tonytomov/jqGrid/issues/953#issuecomment-554935412
- Fix formatting numbers in footer when colTotals is on in pivot grid https://github.com/tonytomov/jqGrid/issues/952
- Fix edit forms when jQuery UI CSS is used again with installed latest Bootstrap.
- Removing not needed css property zoom from bootstrap
- Fix hideCol/showCol to work correct with groupHeader
- Fix (Rework) setSortIcon method to better display left sorting icons
- Fix treeGrid to work correctly with local data
- Fix add serializeRowData in inline edit when clientArray is set as url
- Fix grid.utils.js module only to be run correct with jQuery.
- Fix delete norecs row in loadState after first initialization. This will be added correctly after calling updatepager
- Fix edit null line in inline edit. See https://github.com/tonytomov/jqGrid/issues/954
- Fix position of column menu when grid inside within element with left property
- Fix alert dialog position in navigator when grid is in bottom of the page in the scrolling window.
- Fix frozen columns (outherheight on row) to be compatible with jquery 3.x
- Fix sending correct sortnames and order to server when sorting and grouping is on and no sortname is set
- Fix grouping headers when it is set and autoresize is on
- Fix in all export methods to correctly export a treegrid.
- Fix getRowData, setRowData, editRow, saveRow and restoreRow to work correct only with single level down the DOM tree of table cell not including elements of other (sub)grids in the cell See https://github.com/tonytomov/jqGrid/issues/969
Enjoy the new version
Happy coding
Guriddo jqGrid Team
Tags:
Recent Comments