vote up
0
vote down

grid.history: A New, Free Integration for jqGrid and jQuery BBQ

I recently finished an integration between the open source jqGrid and jQuery BBQ libraries. I have released my integration as open source, as well. As with both projects, it is dual-licensed under the MIT and GPL licenses. jqGrid is a JavaScript grid
 
Craig Stuntz
Jul 17 2010 02:02 PM
vote up
0
vote down

jqGrid and XSS Security

Version 3.5.2 of jqGrid included an important new feature: Now when autoencode is set to true we encode the data coming from server and not only when we post it (secutity fix) Prior to this, you were required to encode the data yourself. Now personally,
 
Craig Stuntz
Feb 09 2010 04:59 AM
vote up
0
vote down

jqGrid + ASP.NET MVC: internals

A few words on jqGrid and ASP.NET MVC solution internals. I'll just describe the classes that are used there. The most useful thing is that these classes can be used standalone (the solution itself is nothing more than separate classes glued together).
Jan 19 2010 03:21 PM
vote up
0
vote down

jqGrid + MVC: new version sources

Finally I've put the separate pieces of the jqGrid + ASP.NET MVC solution... together in a solution - so that this time it does compile. Can't say it's usable right away because I didn't provide any runnable examples yet - but everything is there. So
Jan 14 2010 07:12 PM
vote up
0
vote down

ASP.NET MVC + jqGrid

I've just got back from vacation and I think I need to post the updated ASP.NET MVC + jqGrid integration (it has a lot of fixes), as well as to explain some internals. Not sure if anyone needs it, but that's not the point ;-) I hope to do this in near
Jan 12 2010 03:27 AM
vote up
0
vote down

Programmer's Den

Dedicated to my wife.  Thanks for the patience. In this post I'll explain how to combine jqGrid and ASP.NET MVC to provide a powerful and easy to use solution to quickly create very complex CRUD pages. This is a real code; it was developed
Dec 19 2009 10:43 PM
vote up
0
vote down

jqGrid missing search codes

Recently, I've had a need for presenting tabular data in my MVC-style web application, and I figured this is such a common task that I might as well ask around. Thus I posted this question on stack-overflow about presenting tabular data, and was told
 
Admin
Nov 27 2009 06:18 AM