New version of jqxTooltip is coming
In the upcoming release of jQWidgets(planned for 15 October), the jqxTooltip widget will be significantly improved. It will look even better and it will be easier to work with it. For example, if you...
View ArticlejqxGrid Columns Reorder
In jQWidgets 2.5, the jqxGrid widget will come with a new and much requested feature – columns reordering. Users will be able to dynamically change the order of the Grid columns by dragging a column...
View ArticlejQuery Tree with Single Click Expand/Collapse
In order to make the jqxTree’s items to expand/collapse when the user clicks on an item, you need to set the ‘toggleMode’ property to ‘click’ Code Example: var source = [ { label: "Mail", expanded:...
View ArticlejQWidgets ver. 2.5
We are happy to announce the availability of jQWidgets ver. 2.5. Below is the full list of changes in the new version: What’s New: - Knockout Integration. - Added compatibility with Internet Explorer...
View ArticlejQuery 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...
View ArticleHandle 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...
View ArticleSubmit Form with jqxListBox
In this post, we will show you how to get the ListBox’s selected value from a PHP script. The first step is to add the Javascript and CSS files required for displaying ListBox and Button widgets....
View ArticleExcel-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...
View ArticlejQWidgets 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...
View ArticleUsing 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...
View ArticlejQWidgets 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...
View ArticlejQuery Input
With the release of jQWidgets 2.6, we introduced a brand new widget, called jqxInput. The jqxInput represents an input widget which provides suggestions while you type into the field. The datasource is...
View ArticleWhat’s coming in jQWidgets ver. 2.7
The next version of jQWidgets will be available in the first half of February and it will include the following key features: - Right-to-Left Support. - Calendar Year and Decade Views.
View ArticlejQWidgets 2.6.1
jQWidgets ver.2.6.1 is just released. It is a maintenance release which adds compatibility of jQWidgets with the latest official version of the jQuery Framework – jQuery 1.9.
View ArticlejQWidgets 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...
View ArticlejQuery 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"...
View ArticlejqxValidator improvements coming with jQWidgets 2.8
jqxValidator is a plug-in which allows you to easily validate Html Forms. At present, the jqxValidator’s error messages are displayed like tooltips next to the form’s input fields that did not pass the...
View ArticlejQWidgets 2.8
We are happy to announce the availability of jQWidgets 2.8 What’s New: - Added support for jQuery’s val() method to all inputs. - Added error labels to jqxValidator. - Added columnSeriesOverlap...
View ArticleAuto-Complete using jqxInput, PHP and MySQL
The task is to implement a search field bound to MySQL Database. When the user types something in the search field, it will connect to the Database and search for matches. The results will be displayed...
View ArticleBootstrap Theme
We would like to share with you that we will add a Bootstrap theme for jQWidgets with the next version. Here is how it looks: The post Bootstrap Theme appeared first on Javascript, HTML5, jQuery Widgets.
View Article