-
Resent Posts
Tags
angular angular components angular grid chart charting ComboBox datagrid grid gridview html5 Grid JavaScript javascript chart javascript grid javascript gridview javascript listbox javascript splitter jQuery jquery chart jquery datagrid jquery grid jquery grid plugin jquery gridview jquery listbox jQuery Plugins jquery splitter jQuery Tree jQuery UI jquery ui grid jQuery UI Plugins jQuery UI Widgets jQuery Widgets jQWidgets jqxchart jqxGrid jqxlistbox jqxsplitter ListBox listbox widget react reactjs split container splitter tree treeview vueCategories
- ANGULAR
- Angular 2
- angular 4
- angular 5
- Angular 6
- ANGULAR GRID
- angular tree
- Angular5
- angular7
- angular8
- AngularJS
- ASP .NET
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- 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
- Uncategorized
- VUE
- VUEJS
jQWidgets 3.9.1
What’s New: – jqxScheduler Agenda View. – jqxScheduler ICalendar import/export. – jqxScheduler Export to Excel, PDF, JSON, XML, HTML, CSV, TSV. – jqxScheduler Appointments Exact Time rendering. – jqxScheduler Week Numbers display in Month View. – jqxDockingLayout method for dynamically … Continue reading →
Posted in: Uncategorized
Tagged: angualrjs scheduler, angular scheduler, html scheduler, javascript scheduler, javascript scheduler widgets, jquery calendar, jquery scheduler, jquery scheduler widget, jQuery UI Widgets, jQuery Widgets, jqwidgets scheduler, jqwidgets widgets, scheduler, scheduling
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 →
Posted in: JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets
Tagged: jQuery, jQuery UI, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxchart, jqxComboBox, jqxdatetimeinput, jqxGrid, jqxinput, jqxmaskedinput, jqxsplitter, jqxtree
Leave a comment
Grouping ListBox Items
Each jqxListBox item has a property called ‘group’. When this property is set in the ListBox’s initialization, the list items will be grouped depending on the ‘group’ value and a group header will be displayed above each group of list … Continue reading →
Posted in: jQuery Plugins, jQWidgets, jqxListBox
Tagged: javascript listbox, jquery listbox, jquery listbox plugin, jQuery ListBox Widget, jquery ui listbox, jquery ui listbox plugin, jquery ui listbox widget, jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxlistbox, ListBox, listbox plugin, listbox widget
1 Comment
Export Docking Layout
jqxDocking has a feature which allows you to Export its Layout to JSON and load it when you need. Import Layout from JSON is already demonstrated in this sample: import-layout.htm. Now, lets see how to create a new instance of … Continue reading →
Posted in: jQuery Plugins, jQuery Widgets, jqxDock
Tagged: dock windows, docking, docking plug-in, docking plugin, docking widget, docking windows, html5 dock windows, html5 docking, html5 docking windows, javascript dock, javascript docking, jquery dock, jquery docking, jquery docking windows, jQuery UI Widgets, js docking
Leave a comment
Splitter Collapsible Panel
In this post we will show you how to change the default collapsible panel of the jqxSplitter widget. The following code creates a basic Splitter with two Panels. <!DOCTYPE html><html lang=”en”><head> <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” /> <script type=”text/javascript” src=”../../scripts/jquery-1.7.2.min.js”></script> <script … 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, jqxSplitter
Tagged: javascript splitter, javascript ui, jquery framework, jQuery Plugins, jquery splitter, jQuery UI, jQuery UI Widgets, jQuery Widgets, split container, split user interface, splitter, user interface
Leave a comment
Scatter Chart for jQuery
Let’s see how to create a Scatter Chart by using the jqxChart widget. 1. The first step is to include the necessary javascript files: <script type=”text/javascript” src=”../../scripts/jquery-1.7.1.min.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxdata.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxchart.js”></script> 2. The next step is to include … 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, jqxChart
Tagged: asp .net chart, asp .net scatter chart, html5 scatter chart, javascript scatter chart, jquery scatter chart, jQuery UI, jquery ui chart, jquery ui scatter chart, jQuery UI Widgets, php chart, php scatter chart, scatter chart, scatter data visualization, scatter graph, scatter plot, svg scatter chart, vml scatter chart
Leave a comment
jQuery Grid with Custom Pager
In this post, we will show you how to create a custom pager for our jQuery Grid widget and make it look like in the screenshot below: 1. Add the references to the JavaScript and CSS files. <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” … 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, jqxGrid
Tagged: asp .net grid, datagridview, datagridview pager, grid, grid custom pager, Grid Pager, grid pager navigation, gridview, gridview paging, html5 controls, html5 datagrid, html5 datagridview, html5 widgets, javascript grid, javascript gridview, jquery grid, jquery gridview, jQuery UI, jquery ui grid, jQuery UI Widgets, pager, php datagridview, php grid, php grid pager, php gridview, php pager
2 Comments
Four-Column Splitter
Let’s see how to create a Splitter with 4 columns. The same approach can be used for creating a Splitter with any number of columns. 1. Add the HTML structure to the document’s body. The HTML markup contains a DIV … Continue reading →
Posted in: jqxSplitter
Tagged: asp .net splitter, border layout, javascript splitter, jquery layout plugin, jquery split container, jquery splitter, jQuery UI, jquery ui splitter, jQuery UI Widgets, jqwidgets splitter, jqxsplitter, layout plugin, nested layout, nested splitter, php splitter, split bar, split container, split layout, split widget, splitter, splitter plugin, splitter widget, splitters
Leave a comment
Using jqxDocking with Knockout
In this post, we will show you how to use the jqxDocking widget with Knockout. If you are not already familiar with Knockout, you can take a look at it here: Knockout. In the sample web page, we will illustrate … 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, jqxDock, jqxWindow
Tagged: docking, docking dialogs, docking windows, docking with knockout, docks, html5 docking, integration with knockout, javascript docking, javascript ui, javascript ui widgets, jquery docking, jQuery UI, jQuery UI Widgets, jqwidgets with knockout, knockout, knockoutjs, using knockoutjs
Leave a comment
Bind jQuery ComboBox to MySql Database using PHP
In this post, we will show you how to connect our jQuery ComboBox, called jqxComboBox to MySql Database using PHP. We will obtain the data from MySql Database and especially the Northwind Database. The first thing we need to do … 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, jqxComboBox, PHP
Tagged: ComboBox, combobox control, ComboBox plugin, ComboBox widget, Javascript ComboBox, jquery combo, jQuery ComboBox, jQuery UI, jQuery UI ComboBox, jQuery UI Widgets, jQuery Widgets, php combo, php combobox, php dropdownlist, php input, php list, ui combobox
Leave a comment