We are happy to announce the availability of jQWidgets ver. 2.4.1. This version includes mostly bug fixes, but also brings two important updates – the new jqxGrid Export capabilities and support for the latest version of the jQuery framework – jQuery 1.8.1.
What’s New
– jqxGrid Export to Excel, XML, CSV, TSV, HTML and JSON
– Compatibility with jQuery 1.8.1
What’s Fixed:
– Fixed an issue in jqxGrid regarding the columns resizing of nested grids.
– Fixed an issue in jqxGrid regarding the filter row keyboard handling when editing is enabled.
– Fixed an issue in jqxGrid regarding the ‘min’ aggregate function.
– Fixed an issue in jqxGauge regarding the rendering in IE7 and IE8.
– Fixed an issue in jqxMenu regarding the sub-menus closing animation.
– Fixed an issue in jqxDropDownList and jqxComboBox regarding the ‘close’ event.
– Fixed an issue in jqxDropDownButton regarding its ‘open’ and ‘close’ events.
– Fixed an issue in jqxDateTimeInput regarding the popup calendar’s animation rendering.
– Fixed an issue in jqxChart regarding the toolTipHideDelay.
– Fixed an issue in jqxDocking regarding the disabled property.
– Fixed an issue in jqxDocking regarding the windowsOffset property.
– Fixed an issue in jqxComboBox regarding the input field’s rendering in FireFox.
-
Resent Posts
Tags
angular angular components angular grid chart charting ComboBox datagrid grid gridview html5 Grid JavaScript javascript chart javascript grid javascript gridview javascript listbox javascript splitter jQuery jquery chart jquery datagrid jquery grid jquery grid plugin jquery gridview jquery listbox jQuery Plugins jquery splitter jQuery Tree jQuery UI jquery ui grid jQuery UI Plugins jQuery UI Widgets jQuery Widgets jQWidgets jqxchart jqxGrid jqxlistbox jqxsplitter ListBox listbox widget react reactjs split container splitter tree treeview vueCategories
- ANGULAR
- Angular 2
- angular 4
- angular 5
- Angular 6
- ANGULAR GRID
- angular tree
- Angular5
- angular7
- angular8
- AngularJS
- ASP .NET
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- Chart
- custom elements
- Grid
- html elements
- JavaScript
- JavaScript Plugins
- JavaScript UI
- JavaScript UI Plugins
- JavaScript UI Widgets
- JavaScript Widgets
- jQuery
- jQuery Plugins
- jQuery UI
- jQuery UI Plugins
- jQuery UI Widgets
- jQuery Widgets
- jQWidgets
- jqxButton
- jqxCalendar
- jqxChart
- jqxCheckBox
- jqxComboBox
- jqxDateTimeInput
- jqxDock
- jqxDropDownList
- jqxExpander
- jqxGrid
- jqxInput
- jqxListBox
- jqxMaskedInput
- jqxMenu
- jqxNavigationBar
- jqxNumberInput
- jqxProgressBar
- jqxRadioButton
- jqxRating
- jqxResponse
- jqxRibbon
- jqxScrollBar
- jqxSlider
- jqxSplitter
- jqxTabs
- jqxTooltip
- jqxTree
- jqxTreeMap
- jqxValidator
- jqxWindow
- PHP
- Pivot Grid
- React
- react grid
- React Javascript Library
- REACTJS
- typescript
- Uncategorized
- VUE
- VUEJS
I am having a set of boolean fields on data and I used radio button to render them. When I export, only original content comes in the result. I want to have the updated values in exported data. Please help.
Hi Vivekanandhan,
If you want to change the value of a Grid cell, you need to use the ‘setcellvalue’ method. For editing of boolean fields, I suggest you to use our built-in CheckBox editor. Sample: cellediting.htm.
Best Wishes,
Milen Ivanov