jQWidgets 2.8.2

We are happy to announce the availability of jQWidgets 2.8.2. Please, find below the full list of changes in the new version: What’s New: – jqxChart axis position property allowing to position x and y axes on any side of … Continue reading
JavaScript, JavaScript UI, JavaScript Widgets, jQuery
, , ,

Leave a comment

DataGrid Column with Custom CSS Styling

From this post, you will learn how to set a custom CSS class to a Grid column. 1. Create the CSS class. .column { background-color: #034FCD; color: white; font-weight: bold; } 2. When you initialize a DataGrid column, set its … Continue reading
JavaScript UI, JavaScript UI Plugins, jqxGrid
, , , , ,

Leave a comment

jQWidgets 2.8.1

We are happy to announce the availability of jQWidgets ver. 2.8.1. Below, you can find the list of changes in the new version. What’s New: – Added WAI-ARIA support. – Added Bootstrap and Web themes. What’s Fixed: – Fixed an … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, jQuery, jQuery Plugins, jQuery UI, jQWidgets, Uncategorized
, , , , ,

Leave a comment

jQWidgets 2.7

We are happy to announce the availability of jQWidgets 2.7. Below, you can find the full list of changes. What’s New: Right-to-Left Support. jqxWindow, jqxNavigationBar and jqxExpander keyboard handling. jqxGrid deferred scrolling. jqxCalendar Month and Year Views. What’s Improved: – … Continue reading
JavaScript, JavaScript Plugins, JavaScript UI, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets

Leave a comment

jQWidgets 2.5.5

We are happy to announce the availability of jQWidgets ver. 2.5.5. The new version brings many new features and improvements in all widgets. We added two new much requested themes – Office and Metro and also Excel-Like Selection and Editing … Continue reading
ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, jQuery, jQuery Plugins, jqxChart, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxGrid, PHP
, , , , , , , , , , ,

Leave a comment

jQuery Stacked Columns Chart

In this post, we’ll create a Stacked Columns Chart by using the jqxChart widget. 1. Include the jqxchart.js, jqxdata.js, jqxcore.js, jqx.base.css and the jQuery framework. <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” /><script type=”text/javascript” src=”../../scripts/jquery-1.8.1.min.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxdata.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxchart.js”></script> 2. Add … Continue reading
JavaScript UI, jQuery Widgets, jQWidgets, jqxChart
, , , , , , , , , ,

Leave a comment

jqxButtonGroup coming with jQWidgets 2.3

The next version of jQWidgets will bring a brand new widget, called jqxButtonGroup. The jqxButtonGroup widget creates a set of buttons that can work as normal buttons, radio buttons or checkboxes. The HTML structure of the widget is quite simple. … Continue reading
JavaScript Plugins, JavaScript UI, JavaScript Widgets, jQuery
, , , , , , , ,

Leave a comment

Assembling N-Nested jQuery Grid

In this post, we will create 3-level Grids hierarchy. Each grid in the nesting relationship will be bound to its own data adapter. Let’s see how to achieve that task in a few steps. 1. Include the CSS files. We … Continue reading
JavaScript UI, jQuery, jqxGrid
, , , , , , , , , , , , , ,

2 Comments

Color Picker

In this post, we will illustrate you how to add our new ColorPicker widget, called jqxColorPicker to your page. 1. The first step is to include the javascript and css files required by the Color Picker. <link rel=”stylesheet” href=”jqwidgets/styles/jqx.base.css” type=”text/css” … Continue reading
JavaScript UI, jQuery UI, jQuery UI Plugins, jQuery UI Widgets
, , , , , , , , ,

Leave a comment

jQuery Grid Server Side Paging with ASP .NET

In this post we will illustrate how to use the jqxGrid widget in paging mode in ASP .NET application. The records will be loaded on demand from a Northwind Database when the user changes the current page. 1. Create a … Continue reading
ASP .NET, 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, jqxGrid
, , , , , , , , , , , , , , ,

Leave a comment