cnd
cnd

Reputation: 33784

jqGrid for poor and greedy people :-S

So I'm using jQuery Scrollable script , but it works only for IE and FF engines and it's not so good... I can't find any other solution :(

But I can find jQuery Grid plugin for PHP and ... jqGrid for ASP (what I want) the very big trouble is 300$ :(

here is very confusing for me php/mysql example , I need asp/mssql how to use free jQuery grid in ASP.NET ? :)

maybe there is some realized ways or Ajax ways ?

btw I also will not buy this awesome ajax rad controls :(

thank you.

Upvotes: 0

Views: 1348

Answers (2)

user125775
user125775

Reputation: 141

The jqGrid client-side (javascript) is licensed with dual GPL & MIT open-source licenses, so it is essentially free. Demos are here (against PHP backend, but any backend will work)

http://trirand.com/blog/jqgrid/jqgrid.html

The ASP.NET and PHP versions have commercial licenses and are demoed here here: http://www.trirand.net/demo.aspx

So just pick what you need. If you need free, go with the client-side.

Cheers, Rumen Stankov Trirand Inc (makers of jqGrid)

Upvotes: 1

Sky Sanders
Sky Sanders

Reputation: 37104

Well, there is some code that I wrote for jqgrid 3.5 beta that makes things a little easier. I have not updated it since the beta. You can give it a try with the current version and let me know if it works and if not I will update it.

Upvotes: 1

Related Questions