tony

Forum Replies Created

Viewing 15 replies - 796 through 810 (of 7,981 total)
  • Author
    Replies
  • in reply to: [Subgrid] Collapse all rows before expand a new one = problem #101652
    tony
    Keymaster

    Hello,

    I suppose you will maybe to use setTimeout in order to process the operatins correct.

    Regards

    in reply to: group headers in Jqgrid treeGridModel #101651
    tony
    Keymaster

    But you have missed the docs and examples

    Regards

    in reply to: Remove Horizontal ScrollBar from JqGrid #101650
    tony
    Keymaster

    Hello,

    Please provide a lin k to the problem or prepare a test case.

    Regards

    in reply to: jqGrid – Set dynamic grouping for multiple columns. #101648
    tony
    Keymaster

    Hello,

    Why do you not consult the docs and demo, before to ask?

    In demo there is example on how to implemet dynamic grouping, and in the docs there is a description of this method.

    Just look of them.

    Regards

    tony
    Keymaster

    Hello,

    Unfortunatley I do not see how this can be done in the current implementation.

    Maybe you can try to play with jqGridGroupingClickGroup (onClickGroup) event which occur when you click a group.

    Regards

    in reply to: dynamic Url “app/person/id/” #101646
    tony
    Keymaster

    Hello,

    Sorry, but I'm not familiar with this too. Maybe other people can help.

    Regards

    in reply to: gridImport #101645
    tony
    Keymaster

    Hello,

    Navigator options including filters are not part of the grid. You will neeed to create your own jsonstring. See the code for exportGrid (it uses a very simple code) or use importComplete to build the navigator when

    in reply to: gridImport #101637
    tony
    Keymaster

    Hello,

    The problem you have is that you try to create the new grid on existing grid.

    That is: the grid can not be recreated again if it is created.

    Possible solution (tested):

    Use GridDestroy to remove the old grid or just remove the old grid.

    Create new table element and apply the gridImport to it.

    Enjoy

    Regards

    in reply to: dynamic Url “app/person/id/” #101636
    tony
    Keymaster

    Hello,

    Not sure I understand how you want to change this url.

    Do you use some serevr side language.

    The most easy way to do this is to creste a varible

    var

    in reply to: Delete URL is not Replacing Edit URL #101635
    tony
    Keymaster

    Hello,

    In your code you call two times delGridRow – one time separatley with the method delGridRow and one time indeirectly throught the navGrid. navGrid call again delGrid row.

    In order to do what you want you will need to comment or delete the line with

    $(“#list2″).jqGrid('delGridRow', selID, {url: '/QMSWebApp/DCRIndexDeleteServlet'} );

    and do this

    $(“#list2″).jqGrid('navGrid','#pager2',{edit:false,add:false,del:true},

    {},

    {},

    {url: “your_url_here”}

    );

    More you can find here

    Regards

    tony
    Keymaster

    Hello,

    The 3.4 version of jqGrid is not supported.

    Regards

    in reply to: need help please cell editing #101633
    tony
    Keymaster

    Hello,

    It is really dificult to me to understand the problem.

    Can you please prepare a online example and describe a step by

    in reply to: Color Cell at Time of Data Load #101632
    tony
    Keymaster

    Hello,

    You can use cellattr colmodel event or gridoptions rowattr event.

    More you can find here

    P.S There is no description for rowattr, but if you think that it can help please let me know. I will try to document it during a weekend.

    Regards

    in reply to: Grid not reloading on change of rows-per-page #101629
    tony
    Keymaster

    Hello,

    Can you please reproduce the problenm in our demo?

    Also if not can yo please post e test example or send it to me to see what is happen.

    I'm unable to reproduce this.

    If you obtain data from remote server, please check your response when you reload the grid.

    Regards

    in reply to: Fixed column resize + Show/hide column #101628
    tony
    Keymaster

    Hello,

    Glad to hear this.

    Regards

Viewing 15 replies - 796 through 810 (of 7,981 total)

Stay connected with us in your favorite flavor!