jQWidgets_Framework 3.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package jQWidgets_Framework --version 3.8.0
NuGet\Install-Package jQWidgets_Framework -Version 3.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jQWidgets_Framework" Version="3.8.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jQWidgets_Framework --version 3.8.0
#r "nuget: jQWidgets_Framework, 3.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jQWidgets_Framework as a Cake Addin
#addin nuget:?package=jQWidgets_Framework&version=3.8.0

// Install jQWidgets_Framework as a Cake Tool
#tool nuget:?package=jQWidgets_Framework&version=3.8.0

jQWidgets is an advanced jQuery and HTML5 UI framework.

jQWidgets provides a comprehensive solution for building professional web sites and mobile apps. It is built entirely on open standards and technologies like HTML5, CSS, Javascript and jQuery. jQWidgets enables responsive web development and helps you create apps and websites that look beautiful on desktops, tablets and smart phones.

jQWidgets is a feature complete framework with professional touch-enabled jQuery widgets, themes, input validation, drag & drop plug-ins, data adapters, built-in WAI-ARIA accessibility, internationalization and MVVM support.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.4 3,919 7/25/2019
8.0.0 2,159 5/16/2019
7.1.0 1,283 2/11/2019
6.2.0 1,244 12/6/2018
6.1.0 1,272 10/3/2018
6.0.6 1,296 8/13/2018
6.0.5 1,123 8/1/2018
5.6.0 1,621 2/12/2018
5.5.0 1,438 12/6/2017
5.4.0 1,379 10/12/2017
5.3.2 1,263 9/21/2017
5.3.1 1,130 9/21/2017
5.3.0 1,144 9/18/2017
5.2.0 1,247 9/4/2017
5.1.0 1,442 8/17/2017
5.0.0 1,332 8/9/2017
4.5.4 1,488 6/27/2017
4.5.3 1,696 6/2/2017
4.5.2 1,346 5/10/2017
4.5.1 1,367 4/3/2017
4.5.0 1,778 1/14/2017
4.4.0 1,581 11/24/2016
4.3.0 1,612 10/11/2016
4.2.1 9,210 8/31/2016
4.1.2 4,038 4/28/2016
4.1.1 1,706 3/30/2016
4.1.0 1,282 3/14/2016
4.0.0 2,728 1/29/2016
3.9.1 3,117 10/29/2015
3.9.0 1,420 10/13/2015
3.8.2 10,422 8/7/2015
3.8.1 1,965 6/25/2015
3.8.0 2,733 4/29/2015
3.7.1 4,719 3/4/2015
3.7.0 1,504 2/3/2015
3.6.0 1,878 12/19/2014

jQWidgets v3.8.0 Release, Apr-27-2015

What's New:

- jqxChart column series properties to render as Pyramid and Funnel charts.
- jqxChart new tooltips property toolTipMoveDuration to control time required move the tooltip between items.
- jqxChart localization support.
- jqxGrid, jqxChart, jqxTreeGrid and jqxDataTable PDF Export.
- jqxGrid Ever Present Row.
- jqxGrid Filter Menu customization.
What's Improved:

- jqxChart tooltips positioning and style using tooltip arrows.
- jqxChart support for percentage radius in pie and donut series and polar/spider charts.
- jqxChart automatic detection and parsing of date/time strings in different cultures.
- jqxChart dateFormat property for xAxis values, tooltips and labels.
- jqxGrid performance improvement which affects Grids with multiple columns.
- jqxGrid Grouping and Filtering API.
- jqxAngular plugin improvement which allows dynamic compile of widgets through a function call.
What's Fixed:

- Fixed an issue in jqxGrid about resizing in RTL mode.
- Fixed an issue in jqxGrid about clipboard handling in server paging mode.
- Fixed an issue in jqxGrid regarding the Pager's rendering in RTL mode.
- Fixed an issue in jqxDataTable regarding the setCellValue method when the column is sorted.
- Fixed an issue in jqxDataTable regarding columns width on touch devices.
- Fixed an issue in jqxComboBox regarding the getSelectedItem method when multiSelect mode is turned on.
- Fixed an issue in jqxNumberInput regarding the behavior when the value is 0 and decimalDigits is set to 0.
- Fixed an issue in jqxSwitchButotn regarding the dynamic changing of button's orientation.
- Fixed an issue in jqxPasswordInput regarding the show password behavior on touch devices.
- Fixed an issue in jqxEditor regarding the "change" event when "paste" is through mouse.
- Fixed an issue in jqxPasswordInput password strength re-evaluation when setting the password with the val method.
- Fixed an issue in jqxFileInput in Internet Explorer when the option "Include local directory path when uploading files to a server" is enabled.
- Fixed an issue in jqxChart with custom colorFunction and range bars.
- Fixed an issue in jqxChart with the lineWidth property of gridlines & tickmarks in spider charts.
- Fixed an issue in jqxChart tooltips formatSettings on common y-axis.
- Fixed an issue in jqxChart with tooltip hiding in some corner cases.
- Fixed an issue in jqxChart with ticks overlapping text in polar chart.
- Fixed an issue in jqxChart with columns overlap detection logic.
- Fixed an issue in jqxChart with waterfall series conneting lines in horizontal chart orientation.
- Fixed an issue in jqxChart with calling 'update' after previously loading an empty data set.
- Fixed an issue in jqxChart in end point spline rendering in VML mode.
- Fixed an issue in jqxChart in vertical text rendering in VML mode.
Breaking Changes:

- The default value of jqxChart's skipOverlappingPoints option is now set to false in column series.