Questions tagged [jqgrid-asp.net]

The jqGrid-ASP.NET is an advanced grid solution designed for ASP.NET and PHP environments. It is a commercial product that is built upon the widely acclaimed jQuery grid plugin, jqGrid, known for its popularity and flexibility.

Strategies for extracting methods and refactoring to a separate file for better reusability

Still relatively new to the JQuery/javascript realm, I've put together a functional jqgrid with a datepicker and custom control (using jquery auto complete) by piecing together code samples I came across online. This code has been added to a T4 template in ...

ASP.Net MVC 3 incorporating the powerful features of JQGrid

Upon researching the JQGrid control, I made the decision to incorporate it into one of my ASP.Net MVC 3 Web applications. To start off, I followed Phil Haack's tutorial which was very helpful. I then attempted to implement a similar setup in my applicati ...