Guriddo jqGrid JS 5.3.2 is released
Hello All,
We are pleased to announce the release of Guriddo jqGrid JavaScript 5.3.2. This is a bug fix release, with few useful additions. The documentation is updated according to the new release. Below is the list of additions and bug fixes.
Additions and Updates
- Added option preserveSelection which allow to preserve selected rows in multiselect mode.
- Support for searchOperators im refreshToolBar method
- Add option editNextRowCell to continued editing of cells when Tab/shift Tab is pressed and the end of row is reached. The option works only when cell editing is enabled.
- Add tooltip property in colModel to set different title in headers. See: https://github.com/tonytomov/jqGrid/issues/909
- Add second parameter rowPos (last inserted row index) in onBeforeExport event in exportToExcel method
- Selection preserver (scroll 1 or true) works now in multiselect mode
- Add onInitPivot and onCompletePivot events to indicate the start and end process of building the pivot.
- Added option loadMsg in pivot options parameters which enables a loading message during pivot build. Default is true
Bug Fixes
- Fix rounding numbers in certain situations. See https://github.com/tonytomov/jqGrid/issues/905
- Fix *cellattr* event to omit strings which contain style word
- Fix subgrid option expandOnLoad when multiselect and/or rownumbers true. See https://github.com/tonytomov/jqGrid/issues/892
- Fix position of multiselect box on bootstrap 4
- Fix border of toppager (when enabled) when bootstrap 4
- Fix positioning of column menu.
- Fix conversion the value to number in case a octal values is present in search toolbar
- Fix exporting hidden columns in all export modules. We set a property exportcol which will then overwrite dynamically set hidden column
- Fix setGridWidth method in case grid overflow-y is set to scroll.
- Fix bindKey method to select a row only if it is jqgrid row and when there is a id.
- Fix multiselect in toolbar search filtering
- Fix position of column menu according to the new changes connected with the styling. See here: https://github.com/tonytomov/jqGrid/issues/913
- Fix subgrid to read correct data using getAccessor in case mapping is set in subGridModel and there is a complex data
- Fix bindKey to prevent focus in inputs in case of inline edit is activated.
- Fix passing the right parameter to reader function in JSONReder in order to overcome wrong detecting of keyName. See: https://github.com/tonytomov/jqGrid/issues/918
- Fix resetting the selected row(s) in selection preserver to keep the selection active over all the scroll time
- Fix bootstrap pixel problem in case height is set to auto or 100%
- Prevent bad position of column menu when it is activated and user scroll horizontally https://github.com/tonytomov/jqGrid/issues/920
Sincerely Yours,
Guriddo Team
Hi we are using JQGrid for our project purpose,Our client is using “Style” word in the data , but due to this specific loc acp = celp.replace(‘-style’, ‘-sti’).split(/style/); as its splitting on style itself,our code is breaking, can we use any specific encoded character as splitting delimiter?