Asshiah

Forum Replies Created

Viewing 15 replies - 31 through 45 (of 49 total)
  • Author
    Replies
  • Asshiah
    Participant

    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.

    Asshiah
    Participant

    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({

    Asshiah
    Participant

    I have try to modify my JS code like this:

    $('#grid_users').jqGridImport({

    Asshiah
    Participant

    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.

    Asshiah
    Participant

    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.

    Asshiah
    Participant

    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

    Asshiah
    Participant

    I am still stick whith this problem.

    Does anybody knows a workaround?

    in reply to: column chooser with multiselect plugin #94146
    Asshiah
    Participant

    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!

    in reply to: column chooser with multiselect plugin #94141
    Asshiah
    Participant

    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…

    in reply to: column chooser with multiselect plugin #94126
    Asshiah
    Participant

    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:

    • jquery 1.4.2
    • jquery-ui 1.8.1
    • jqgrid 3.6.4
    • ui-multiselect plugin 0.3

    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.

    in reply to: column chooser with multiselect plugin #94125
    Asshiah
    Participant

    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?

    in reply to: column chooser with multiselect plugin #94121
    Asshiah
    Participant

    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?

    in reply to: column chooser with multiselect plugin #94117
    Asshiah
    Participant

    Ok so here are some more details.

    I am using:

    • jquery in version 1.4.2
    • jquery-ui in version 1.8.1
    • the standard jqGrid plugin in version 3.6.4
    • ui-multiselect plugin in version 0.3 (0.51-y doesn't seem to work at all)

    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({

    in reply to: column chooser with multiselect plugin #94115
    Asshiah
    Participant

    I can't seem to get it working.

    I really don't know what to do.

    Does anybody have an idea?

    in reply to: column chooser with multiselect plugin #94113
    Asshiah
    Participant

    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?

Viewing 15 replies - 31 through 45 (of 49 total)

Stay connected with us in your favorite flavor!