jQWidgets v13.2.0

jQWidgets v13.2.0 Release, Jan-27-2022 What’s New: – jqxGrid Columns render is enhanced with badges showing the column’s sort index. What’s Improved: – jqxSwitchButton events API. Added changeType argument. What’s Fixed: – Fixed an issue in jqxKanban. ‘itemMoved’ event returns ‘args.NewColumn’ … Continue reading
ANGULAR, ANGULAR GRID, Chart, Grid, html elements, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQWidgets, PHP, Pivot Grid, React, react grid, React Javascript Library, REACTJS, typescript, Uncategorized, VUE, VUEJS
, , , , , , ,

Leave a comment

jQWidgets ver. 12.1.0

jQWidgets v12.1.0 Release, June-18-2021 What’s New: – jqxSplitLayout component for Angular & Javascript What’s Improved: – jqxGrid HTML Sanitization. – jqxDateTimeInput and jqxNumberInput mobile device UX. – jqxDateTimeInput delete button element which allows you to quickly clear the date. – … Continue reading
ANGULAR, ANGULAR GRID, Chart, Grid, html elements, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery Widgets, jQWidgets, jqxButton, jqxCalendar, jqxChart, jqxCheckBox, jqxComboBox, jqxDateTimeInput, jqxDock, jqxDropDownList, jqxExpander, jqxGrid, jqxInput, jqxListBox, jqxMaskedInput, Pivot Grid, React, react grid, React Javascript Library, REACTJS, typescript, VUE, VUEJS
, , , , , , , , , , , , , , , ,

Leave a comment

jQWidgets ver 12.0.4

jQWidgets v12.0.4 Release, Apr-15-2021 What’s Improved: – Extended jqxGrid cells styling options with fontFamily and fontWeight options. What’s Fixed: – Fixed an issue regarding the val() method for input components using Light, Dark and the Material Themes. – Fixed an … Continue reading
ANGULAR, Grid, html elements, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery Widgets, jQWidgets, jqxGrid, Pivot Grid, React, react grid, React Javascript Library, REACTJS, typescript, VUE, VUEJS
, , , , ,

Leave a comment

DataGrid Filter All

DataGrid Filter through Data Today, we will present you one of the upcoming new DataGrid features – Filter through all Data. The new version of the DataGrid will have an additional property called: ‘showfilterbar’. When you turn this property on, … Continue reading
Grid, JavaScript, jQuery, jQuery UI
, , ,

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

Grid for jQuery, Angular and React

This post is about our Data Grid performance. Its performance is unbeatable in scenarios with thousands of rows and columns. It supports UI Virtualization for Rows and Columns. You may ask what does that mean? It means that we have … Continue reading
ANGULAR, Angular 2, ANGULAR GRID, ASP .NET, ASP.NET Core Tag Helpers, ASP.NET Core Tag Helpers, custom elements, Grid, html elements, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxGrid, React, 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

jqxGrid Virtual Scrolling with PHP and MySQL

In this post, we will show you how to connect our jQuery Grid to a MySql Database using PHP. We will obtain the data from MySql Database and especially the Northwind Database. The data will be loaded on demand when … Continue reading
JavaScript, JavaScript Plugins, jQuery, jqxGrid, PHP
, , , , , , , , , , , , , , , , , ,

Leave a comment

Disable Editing of a Grid Row or Cell

In order to disable the editing of a cell, you need to define a function called ‘cellbeginedit’ in the column’s definition. For example: { text: ‘First Name’, columntype: ‘textbox’, datafield: ‘firstname’, width: 90, cellbeginedit: function (row) { if (row == … Continue reading
jQuery, jQuery UI, jqxGrid
, , , , , , ,

Leave a comment

jqxGrid with SQL Binding and LargeJsonResult

In this post, we will use in the data binding a custom JsonResult Class for ASP.Net MVC to avoid MaxJsonLength Exceeded Exception. The class is called LargeJsonResult. Here’s its implementation: using System;using System.Web.Script.Serialization;namespace System.Web.Mvc{ public class LargeJsonResult : JsonResult { … Continue reading
ASP .NET, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jqxGrid
, , , , , , , , , , , , , , ,

Leave a comment