Enhancing jQWidgets jqxGrid with AI: A Step-by-Step Guide

In the ever-evolving landscape of web development, the integration of artificial intelligence (AI) into user interface components can significantly enhance the user experience and provide powerful new functionalities. One such combination is using jQWidgets’ jqxGrid, a highly flexible and feature-rich … Continue reading
Uncategorized
, , , , ,

1 Comment

Vue 3, Vite and jqxGrid

Vue Vite with jQWidgets This tutorial will show you how to use Vite along with the Vue Components by jQWidgets.Please, follow the instructions below: npm create vite@latest Then choose a project name eg. “my project”, choose Vue as a framework. … Continue reading
Grid, VUE, VUEJS
, ,

Leave a comment

Grid CardView Mode

Grid Card View The next version of jQWidgets is coming this month. One of the new features which will come is a new row layout mode for the jqxGrid component, called Card View. In Card View, data source records are … Continue reading
Grid, JavaScript, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jqxGrid, Pivot Grid, React, react grid
, , , , , ,

Leave a comment

Rotate Grid Column Headers

With this post, we will teach you how to rotate Grid column headers. 1. Add a new DIV tag to the HTML page and set its “id” to “jqxgrid”. 2. Create a new jqxGrid instance. Each column in the Grid … Continue reading
jQWidgets, jqxGrid
, , ,

Leave a comment

jQWidgets ver6.0.0

Major release just came out. It features Material Design themes, New widget, New features for multiple widgets and quality updates. What’s New: – jqxForm widget. – jqxGrid Multi-Column Sorting. – jqxGrid Adaptive Layout Rendering. – jqxGrid Column and Row Lines … Continue reading
ANGULAR, Angular 2, angular 4, angular 5, Angular 6, ANGULAR GRID, angular tree, Angular5, angular7, angular8, AngularJS, 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
, , , , , , , , , , , , , , , , , , , , ,

Leave a comment

jQWidgets v5.4.0

The newest version of jQWidgets is available. Most of the changes in this release are regarding our Angular components and the Grid component. What’s Improved: – Angular components scripts references are automatically added. – Angular @Input properties validation. – All … Continue reading
ANGULAR, Angular 2, angular 4, ANGULAR GRID, angular tree, Angular5, AngularJS, 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, jqxGrid, PHP, Pivot Grid, react grid, React Javascript Library, REACTJS
, , , , , , , , , , , ,

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

jQuery Grid with Column Tooltips

In this topic, we will illustrate how to add a Tooltip to a Grid Column header. The first step is to include the required JavaScript and CSS files. <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” /><script type=”text/javascript” src=”../../scripts/jquery-1.8.2.min.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxdata.js”></script> <script … Continue reading
JavaScript, jQuery, jqxGrid
, , , , ,

Leave a comment

jQWidgets 2.6

What’s New: – jqxChart Logarithmic Axis. – jqxInput widget. What’s Improved: – jqxGrid horizontal scrolling performance. – jqxChart text rotation attribute for the values along the y-axis. – jqxChart horizontal and vertical text alignment for the items along the x-axis … Continue reading
JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets
, , , , , , , , , , , ,

Leave a comment

Using jqxGrid Server Filtering in ASP .NET

Today, we will show you how to implement server filtering with jqxGrid in ASP .NET project. Open Visual Studio. Create a new ASP .NET Web Application. Set a name and click the OK button. Click the Data Menu Item. Add … Continue reading
ASP .NET, jQuery Widgets, jqxGrid
, , , , , , ,

Leave a comment