-
Resent Posts
- jQWidgets Now Supports Angular 20
- jQWidgets ver. 23.0.0
- Natural Language Filtering in jqxGrid: Simplicity Meets Intelligence
- Smart UI ver. 23.0
- Unlock the Full Power of jqxGrid in 2025: A Must-Have Data Grid for Modern Web Apps
- Introducing New Features in Smart.Editor: A Game-Changer for Productivity
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
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 →
Posted in: JavaScript, JavaScript UI, JavaScript Widgets, jQuery
Tagged: Html5, JavaScript, jQuery, jQWidgets
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 →
Posted in: JavaScript UI, JavaScript UI Plugins, jqxGrid
Tagged: datagrid, html5 datagrid, javascript datagrid, jquery datagrid, jQWidgets, 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 →
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 →
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 →
Posted in: ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, jQuery, jQuery Plugins, jqxChart, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxGrid, PHP
Tagged: excel editing, excel selection, html5 widgets, javascript controls, javascript widgets, jquery controls, jQuery Widgets, jQWidgets, metro theme, office theme, php, php widgets
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 →
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 →
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 →
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 →
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 →
Posted in: 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
Tagged: asp .net, asp .net datagrid, asp .net datagridview, asp .net grid component, asp .net grid control, asp .net gridview, asp .net mvc, asp .net mvc grid, asp .net server side paging, grid, grid sql, mvc datagridview, mvc grid, sql data, sql datatable, sql server
Leave a comment