I had already tried the search button and didn't find anything. I must have used the wrong search keywords…
The only idea I had was to use the addfunc parameter of the navigator to replace the build of the add form by a customed one but I don't think this is really a good idea.
I can't find a way do do it.
here is an example of code I am trying to use so that the problem is clear:
jQuery("#grille_utilisateurs").jqGrid({
I have try to modify my JS code like this:
$('#grid_users').jqGridImport({
I think is is automatically decoded on the serverside or I would'nt get an empty string.
Maybe the problem is that the decoded jsonstring contains double quotes and it is a problem to hold this quotes in a normal string.
In fact this encoding is an encoding that prevents problem with unsafe characters by encoding them with % followed by the ISO-8859-1 corresponding code of the character.
The thing is I don't know if it is automatically decoded in the server side or not.
I can't figure it out. What can be the cause for this wrong encoding? And is it really this encoding problem that disable the possibility to get this data on the server side ina
I am still stick whith this problem.
Does anybody knows a workaround?
Sorry, I had tried many combinations of the different file's version, but it was before I corrected the loading order of the scripts.
As you said, with the correct loading order, the last version from gitHub works just fine.
Thank you very much for your time!
Hello Tony,
Thanks for this information about the loading order.
However; it doesn't solve the problem. I still can't use the column chooser twice in a row…
Okay so I have implemented a very simple example using a single php page in wich I use a jqgrid.
I use local data and I have disabled editing.
This grid's only purpose is to demonstrate the column chooser multiselect plugin combination.
It uses:
Here is the link to the whole source folder:
http://www.2shared.com/file/iw…..G/BUG.html
In this example, you can see that it is impossible to use the column chooser twice in a row without refreshing the page.
Okay, I have tried every combinaison of the different version (current official release and GitHub last version in development) of the jqgrid and the multiselect plugin.
And I still get this problem. i can't use the column chooser twice in a row without reloading the page.
By a link you mean a link to a page where you can see the problem in action?
For that I must found a place to upload an example
Isn't it possible to just post the complete code for an example?
I have tried using the multiselect plugin provided with the download of jqgrid 3.6.4.
I doesn't solve the problem.
In fact, it is even worse. I still can't use the column chooser two times in a row without reloading the page.
And this time, when I try to remove some columns, it appears as if nothing happens in the column chooser window.
But if I click on the Submit button, the modifications are still taken into account.
It is strange.
I have also tried the version 0.3 of the multiselect plugin provided here:
http://github.com/michael/multiselect/
And it is even worse than the version provided with the jqgrid download as nothing shows up in the column chooser window.
Do you think I should use the uncompressed version of the jqgrid from giHub instead of the compressed version provided with the download?
Ok so here are some more details.
I am using:
I am working with an asp.net webforms application.
Everything works just fine (the data loading from a database, the editing, etc.)
The only thing that does not seem to work is that when I use the columnchooser with the multiselect plugin, I can't use it twice in a row. I can use it once and everithing will work, but when I close the columnchooser, I can't open it anymore until I reload the page.
I use this JS code to create the jqgrid:
jQuery("#grid_users").jqGrid({
I can't seem to get it working.
I really don't know what to do.
Does anybody have an idea?
So in clear, what can I do in order to use the multiselect plugin with the column chooser?
Is it possible to rectify something in the code by myself in order to make it work?
Or must I downgrade the version of the code I am using?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top