jqGrid 3.5 alfa realese
After lot of many user requests and work, I’m happy to introduce a new wave jqGrid realease.
This release is fully integrated with jQuery UI Theming.
The work is just in alfa stage, but I hope that the final will be released soon.
There are a lot of issueas that I should resolve. The most of them are (as usual) in IE browsers.
The theme integration should be polished too.There are some missing things like zebra striping, but I do not find a class in UI theme roller that corresponds to this.
Instead of this, I think that this is a good start.
Will be glad to hear from you what you think. Any recommendations and help will be welcome.
The link to the demo can be found here.
I will publish the final code after some days.
Enjoy.
Hi Tony,
A very nice job. It looks awesome!!
I tried using this plugin in different browsers, and it works fine in all except in IE..
May be I am using wrong piece of code!!
The main problem I am facing is when I click on Add/Edit/Delete buttons, the form is appearing on the screen, but the table div is dragged downwards!! In previous versions, the background becomes greyed but now it is dragged!!
Can you please let me know the solution if I were using wrong code.
Also, It is becoming a little bit complex to play with the demo grid as it needs a server.
Can the demo be provided as a standalone too.. I know that pagination wont work on client side.. but I think the standalone demo will help many users to understand easily how it works.
Phani
Hi Tony
New version looks good! Not really sure where to post this bug:
If you look at your ‘Array Data’ example in ‘Loading Data’ using Firefox 3 (This applies for version 3.4 and 3.5). You get the error ‘c.p.afterInsertRow is not a function’ for every line added. Have also noticed this on something I have been working on using your widget. Seems fine in all other browsers (i.e. IE, Safari and Opera).
Cheers
Dave
@David Wraith
Bugs:
http://www.trirand.com/blog/?page_id=18/bugs/page-1
How the height of grid can be expand as long as the rows?
Thanks
Hi Tony/Users,
Does anyone use jQGrid with C# ASP.NET? If so, can someone give me a sample codebase or a website link where I could read-up?
Thanks and regards,
Praveen
I have tried to register to the jqGrid forum several times. I never get emailed a password! Please help.
Hi, I just found this library yesterday and wanted to thank the author(s)/helper(s) for the great work. The documentation and examples were especially helpful. I am serving up the grids from Django, which required pretty minimal integration, all things considered. If other folks are using Django as well, I would like to chat, just curious how folks might be organizing code, etc.
it’s my first time that i see the jquery jqgrid…
and it’s very awesome man !
great 😀
Is there a mirror download site for the latest version of “jqgrid” from a non-russian web provider site – preferably US? A link on Google does have a download of version 3.1, dtd Apr, 2008, but doesn’t have the latest versions of jqgrid.
@Anthony
Thanks. To be a honest never play with svn, but will try to make all possible to set it.
@mario
What about this
and then
$(“#mygrid”).empty.jqGrid({…
@phani
The problem can be in the modal. The 3.5 can be used with jqModal and jQuery UI dialog. Which one do you use?
@Carl,
There is no mirror. Thanks for pointing me to update the google page.
Just for your informatin I’m not from Russia. Look at contact details at bottom of this page.
@Praveen
http://techshorts.blogspot.com/2009/04/json-for-jqgrid-from-aspnet-mvc.html
This is a start.
Looking and working with the 3.5 Alpha now. The demos look very, very good, Tony.
May I suggest a more subdued initial theme on the demos? Something a little less brown? 🙂
This alpha apparently solves *all* the issues I had with the earlier Alpha. Wow.
Tony, you are THE MAN.
**–** Steve
Thanks Darren for the link. What would be the “url” value, when using ASP .NET web methods and *.asmx file?
-Praveen
Love your work! Great job. Wondering if anyone has a simple working example of how to save the edited information in the datagrid to a database with ajax & php. And possibly how to recall this new information from the database. I opened a new thread in the forum http://www.trirand.com/blog/?page_id=18/help/simple-example-of-how-to-save-data-to-database/page-1 Any suggestions would be greatly appreciated. Thanks!
i have a master and a detail in a page..
how to hide the detail if no row is selected in the header?
and how to show the detail if a row is selected in the header?
thx
i have tried to use :
– hide()/show()
– display:none / display:block
– hiddengrid:true / hiddengrid:false
but they don’t work..
i just can hide the detail but can’t show the detail when i click the master..
This library rocks!! Its an excellent piece of work. Has anyone here used this in a portal environment?
Tony, first of all.. thank you for your work.
http://www.trirand.com/blog/?page_id=18/treegrid/tree-grid-and-json/page-1&value=treegrid%ADjacency%252&search=2&ret=all
I have experienced a problem like the one from above link with adjacency treegrid where collapsing doesn’t work and expanding will double child nodes and itself. Have you fixed this?.. It happens with both JSON, XML, JSONSTRING, and XMLSTRING
For that topic, your latest post at the bottom was on March… Not sure you have fixed this in the latest version?
Nice stuff man! I always look for jquery plugins and this is one site I never miss! Great job.Waiting for the code
JqueryGrid very good .. Thank you for helping us all.
there is no support for mobile browser here.
When we can the support ?
We r waiting for this
i can’t open this link http://www.trirand.com/blog/?page_id=18/bugs/page-1, can you help me
This is a very good link for JQGRID,
http://www.2dconcept.com/jquery-grid-rails-plugin
Very usefull link.
@showell
Hi there
Do you have a demo of this in django…