This is a maintenance release including the following updates: What’s Fixed: – Fixed an issue in jqxGrid regarding the columns rendering when everpresentrow and showfilterrow are enabled. – Fixed an issue in jqxGrid regarding the multi-column sorting when the Grid … Continue reading →
Posted in:
ANGULAR, Angular 2, angular 4, angular 5, Angular 6, ANGULAR GRID, Angular5, angular7, angular8, 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
Tagged:
angular, angular chart, angular grid, angular grid component, JavaScript, javascript grid, jQuery, jquery grid, jQuery Widgets, jQWidgets
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 →
Posted in:
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
Tagged:
angular material, datagrid, form, form builder, grid, Grid Sorting, javascript datagrid, javascript grid, javascript gridview, jQWidgets Grid, jqwidgets gridview, jqxform, jqxGrid, material blue, material datagrid, material design, material input, material purple, material style, material themes, material ui, multi sorting
Thank you all for the feedback after we launched jQWidgets 5.3.0. Today’s release resolves everything reported and confirmed by our Team: – Fixed an issue in jqxGrid related to nested Grids z-index. – Fixed an issue in jqxListBox related to … Continue reading →
Posted in:
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
Tagged:
javascript grid, javascript widgets, jquery components, jquery controls, jquery data grid, jquery grid, jQuery Plugins, jquery user interface, jQuery Widgets, jqwidgets data grid, jQWidgets Grid
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 →
Posted in:
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
Tagged:
angular grid, best angular grid, best javascript grid, best jquery grid, best react js grid, datagrid, grid control, gridview, javascript grid, jquery data grid, jquery grid, jquery gridview, react grid
The next version of jQWidgets will come with Typescript definitions for all widgets and with many examples which demonstrate how to use the widgets with Typescript. Below is an example of a Grid defined with Typescript. It is actually the … Continue reading →
Posted in:
AngularJS, 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, typescript
Tagged:
angular 2, angular 2.0, angularjs 2, angularjs widgets, grid, javascript grid, javascript widgets, jquery data grid, jquery grid, jQuery Widgets, jQWidgets, typescript, typescript datagrid, typescript definitions, typescript grid, typescript ui, typescript widgets
We are pleased to announce the jQWidgets ver.3.0.4. This release brings fixes for the bugs reported during the last month and we have also added support for Internet Explorer 11. We would like to thank all the users for the … Continue reading →
With the latest release of jQWidgets, a new much requested feature has arrived. it is now possible to create a Grid with columns which are not with fixed width. Yes, it was possible to customize the size via the Columns … Continue reading →
Posted in:
jQuery UI, jQuery Widgets, jqxGrid
Tagged:
fluid grid, grid, grid percentage column widths, grid with fluid columns, javascript datagrid, javascript grid, javascript grid widget, jquery grid, jquery grid widget, jqxGrid
If you want to disable the editing of some rows or cells in jqxGrid, you can create a function with two parameters – row’s index and datafield. It this post, we will use only the row’s index. Here’s the function’s … Continue reading →
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 →
Posted in:
JavaScript, JavaScript Plugins, jQuery, jqxGrid, PHP
Tagged:
datagrid, grid control, javascript datagrid, javascript datagrid control, javascript grid, javascript gridview, jquery datagrid, jquery datagrid control, jquery datatable, jquery grid, jqxGrid, php data control, php datagrid, php datagrid control, php datagridview, php datatable, php grid, php grid control, virtual scrolling with php
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 →
|
|