Angular DataTable Sorting

In this blog we will show you the sorting capabilities of our Data Table for Angular. Angular DataTable sorting functionality Sorting is must have functionality in any advanced DataTable component. It is also one of the most frequently used operations. … Continue reading
ANGULAR, Angular 2, angular 4, angular 5, ANGULAR GRID, Angular5, AngularJS, jqxGrid
, , , , , , , , , , , , , ,

Leave a comment

jQWidgets 3.1.0

jQWidgets is happy to announce the availability of jQWidgets ver.3.1.0. This release brings multiple valuable additions to our suite. New Widgets 1. jqxTreeGrid is a lightweight jQuery widget which represents data in a tree-like structure. The TreeGrid(popular also as Tree … Continue reading
JavaScript Widgets, Uncategorized
, , , , , , , , , , , , , , , , , , ,

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

Display a Grid in a DropDown

In this post, we will show you how to display the jQuery Grid widget inside a Popup by using the DropDownButton widget. 1. Include the necessary JavaScript and CSS files. <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 type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script type=”text/javascript” … Continue reading
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
, , , , , , , , , , , , , , , , , ,

Leave a comment