tony

Forum Replies Created

Viewing 15 replies - 7,456 through 7,470 (of 7,981 total)
  • Author
    Replies
  • in reply to: Multiple sub grids #82953
    tony
    Keymaster

    Aha,

    Maybe you should append (use append) the content of the second subgrid after the first one.

    Regards

    Tony

    in reply to: Input type select with dynamic editoption #82952
    tony
    Keymaster

    The

    tony
    Keymaster

    About the first issue. This is z-Index problem. I will change this behavior. Currently you can resolve this when you edit the datepicke css and change the z-index of the datepicker to something like z-index:3500. By default jqModal uses 3000 to z-index.

    What you mean multiselect does not work in “Custom edit”? –

    in reply to: Toggle Button #82950
    tony
    Keymaster

    Dan,

    Good sugestion. Maybe one possible solution is pass a parameters to click event (something like the unique id of the element). This way you will have full control to this element. It will be little difficult (but not impossible) since the structure of the “button” here is complicated – it is not a real input type button.

    Regards

    Tony

    in reply to: Using html tags in Column names #82949
    tony
    Keymaster

    Thanks. It is a bug and will be corrected.

    Regards

    Tony

    in reply to: Default options, multiselect, extend #82948
    tony
    Keymaster

    Thanks,

    I will try this.

    Regards

    Tony

    in reply to: IE edit form Modal issues #82947
    tony
    Keymaster

    Han,

    I will consider these problems. Thank you.

    Regards

    Tony

    in reply to: Adding parent title to subgrid #82941
    tony
    Keymaster

    If you use grid as subgrid this can be done using setCaption method – also check the documentation and there is example in the demo page.

    If you use only a subgrid this can not be done.

    Regards

    Tony

    in reply to: Drupal Integration #82940
    tony
    Keymaster

    Will be happy with this.

    Also, If you are ready with this module you can publish here post.

    Best regards

    Tony

    in reply to: Multiple sub grids #82939
    tony
    Keymaster

    I do not understand what you mean but,

    $(“#maingrid”).jqGrid({

    …..

    subGridRowExpanded : function(subgrid_id, row_id){

    $(“#subgrid_t”).jqGrid({

    …….

    subGridRowExpanded : function(sub_subgrid_id, row_id){

    ….

    $(“#sub_subgrid_t”).jqGrid({

    …….

    }) // sub_subgrid_t

    }

    }) // subgrid_t

    } // subgrid_id

    }) // maingrid

    Hope this help

    Regards

    Tony

    in reply to: Problem using jquery.jqGrid.js with perl script… #82938
    tony
    Keymaster

    Denis,

    I do not think that this is a bug. The reasons for this behavior could be other things. I do not exclude that there is a problem with jqGrid. Also check you code again. Are all other modules loaded (you can check this using FireBug)

    Regards

    Tony

    tony
    Keymaster

    in reply to: JS files don’t clear when the page is reloaded. #82932
    tony
    Keymaster

    Thank you Brad.

    Yes, there is problem with the loader.

    If you go back with the old loader you will have maybe

    problems in certain IE browsers when you reload the page. It depends

    on how the browser handle the cashe. I will correct this problem as soon

    as possible.

    regards

    Tony

    in reply to: sorting date values with alternative display format #82931
    tony
    Keymaster

    You can do that easy.

    Use onSortCol (this event fires before sorting)

    onSortCol : function (colname, colindex) {

    if(colname == “visible_col”) {

    $(“#mygrid”).setGridParam({sortname:”hidden_col”});

    //no need to use triger reloadgrid

    }

    }

    The only missing part here is a sorting image

    jqGrid is flexible Wink

    Best Regards

    Tony

    in reply to: delRowData and setSelection #82927
    tony
    Keymaster

    Please tell me what is wrong here – you can not catch the selected rows or you can not delete them?

Viewing 15 replies - 7,456 through 7,470 (of 7,981 total)

Stay connected with us in your favorite flavor!