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

jQuery Grid Server Side Paging with ASP .NET

In this post we will illustrate how to use the jqxGrid widget in paging mode in ASP .NET application. The records will be loaded on demand from a Northwind Database when the user changes the current page. 1. Create a … Continue reading
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, jqxGrid
, , , , , , , , , , , , , , ,

Leave a comment

Bind jqxGrid to SQL Database using ASP.NET MVC3

In this post we are going to introduce you how to bind jqxGrid to SQL Database using ASP.NET MVC 3. If you haven’t already installed ASP.NET MVC 3 use can download it from here: http://www.asp.net/mvc/MVC 3. and the Entity Framework … Continue reading
ASP .NET, jQuery, jQuery Plugins, jQuery UI, jQWidgets, jqxGrid
, , , , , , , , ,

Leave a comment