jQWidgets 4.1.1

jQWidgets 4.1.1 resolves the issues reported through the last 2 weeks. – Fixed an issue in jqxDropDownList regarding autoDropDownHeight property. – Fixed an issue in jqxDockingLayout regarding the floating windows layout. – Fixed an issue in jqxBarGauge regarding the precision … Continue reading
AngularJS, 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, 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

Leave a comment

jQWidgets 4.1.0

jQWidgets v4.1.0 Release, March-10-2016 What’s New: – Kinetic Scrolling on Mobile Devices. – jqxBarGauge widget. – jqxChart x-Axis logarithmic scale support. – jqxChart new functions for mapping axis positions to values. – jqxChart support for custom grid lines, tick marks … Continue reading
AngularJS, ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI Plugins, jQuery UI Widgets, jqxButton, jqxCalendar, jqxChart, jqxGrid, jqxInput, jqxListBox, jqxRibbon, jqxTabs, jqxTooltip, jqxTreeMap, jqxValidator, jqxWindow, PHP

Leave a comment

jQWidgets 2.9

We are happy to announce the availability of jQWidgets ver. 2.9. This release brings multiple new features and widgets like jqxTreeMap, jqxPasswordInput and the jqxResponse plug-in which will help you to build responsive and cross browser compatible web applications. What’s … Continue reading
JavaScript, jQuery, jqxCalendar, jqxChart, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxGrid, jqxListBox, jqxMaskedInput, jqxMenu, jqxResponse, jqxScrollBar, jqxSlider, jqxSplitter, jqxTabs, jqxTooltip, jqxTree, jqxTreeMap


2 Comments

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

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

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

Excel-like Edit & Selection coming with jQWidgets 2.5.5

In the next version of jQWidgets, the jqxGrid widget will come with a new cells selection mode which resembles the behavior of the spreadsheet in MS Excel. The Editing and Keyboard Navigation in that mode will be like in a … Continue reading
JavaScript, jQuery UI Widgets, jQWidgets, jqxGrid
, , , , , ,

Leave a comment

Handle Keys in jqxGrid

jqxGrid has built-in keyboard navigation which is enabled by default. If you want to disable it, you can set the “keyboardnavigation” property to false. The list of the keys and key combinations handled by the widget is below: If the … Continue reading
jQuery Widgets, jQWidgets, jqxGrid
, , , , , , ,

Leave a comment

jQuery Grid with Fluid Column Widths

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
jQuery UI, jQuery Widgets, jqxGrid
, , , , , , , , ,

Leave a comment