Is jQGrid asp.net mvc version free?
Asked Answered
V

1

1

Went through many links, but its still confusing.

As per my understanding. The jQGrid javascript version is free. While asp.net mvc version is not free..

Am i right?

Please provide information

Thanks in advance!!

Villeneuve answered 22/11, 2012 at 5:2 Comment(0)
K
3

There are two different products: free open source JavaScript jQuery plugin and commercial product jqSuite. Some editions of jqSuite have the same name jqGrid (see here and here). The product jqSuite uses free open source JavaScript jQuery plugin internally. So it's "on top solution" based on the free jqGrid.

In general you don't really require to order jqSuite if you just need to include jqGrid in your ASP.NET project. The demos from the answer, this one, this one and many other show how you can implement it.

Another free solution is Lib.Web.Mvc (see here the demos) developed by tpeczek.

On the other side the usage of jqSuite could improve your productivity.

Look at here and here for some additional information.

Karikaria answered 22/11, 2012 at 7:51 Comment(3)
The was a spelling in Lib.Web.Mvc link - I've fixed that.Shana
@tpeczek: Thank you Tomasz! You know such links sure better as any other person. :-)Karikaria
I'm very happy that you know them :)Shana

© 2022 - 2024 — McMap. All rights reserved.