tony

Forum Replies Created

Viewing 15 replies - 5,431 through 5,445 (of 7,981 total)
  • Author
    Replies
  • in reply to: Sub Grid trouble #87328
    tony
    Keymaster

    Hello,

    This mean that you do not have a proper rowid set in the main grid.

    subgrid_id is a combination of the rowid+”_id”.

    Regards

    Tony

    in reply to: jqgrid 3.5 + Drupal 6.12: Pager problem #87327
    tony
    Keymaster

    Hello,

    The problem is not connected with the screen resolution. Also check the width of the grid. You should use the latest 3.5 version. The previous builds have problem with the pager.

    Best Regards

    Tony

    in reply to: footerrow’s xml format #87326
    tony
    Keymaster

    Hello,

    1. You should have userdata in the xml with the names corresponding to those in the colModel and then you should set in the grid

    userDataOnFooter : true

    or

    use the footerData method to set the desired data. See changes.txt

    Regards

    Tony

    in reply to: I have a problwm with jqGridImport #87325
    tony
    Keymaster

    Hello again,

    Do you have enabled the rownumbers. If so there is a bug, which is corrected in GitHub.

    Reagrds

    Tony

    in reply to: Column reordering #87324
    tony
    Keymaster

    Hello,

    In to do list, but not in 3.5 version.

    Regards

    Tony

    in reply to: Import and auto size requests #87323
    tony
    Keymaster

    Hello Akeru,

    Thanks for your investigations. Now step by step.

    1 Will correct this behaviour.

    2. Thanks fixed in GitHub

    3.1 Also this can be achieved when we use setGridWidth after show or hide columns which can be done in afterSubmitForm event. Also will try to do this as config option in setColumns module.

    3.2 Do not understand. Also we already have a 18px for the scrollbar. This can be configured with the scrollOffset option in the grid. Also not all browsers interpret this option right – if I understand right.

    4. Also I have enable this behaviour in the GitHub

    Best Regards

    Tony

    in reply to: delGridRow always have the same user message. #87322
    tony
    Keymaster

    Hello,

    Use beforeShowForm (3.5 only)

    beforeShowForm : function (formid) {

    var mymessage = “Message to display”;

    $(“.delmsg”,formid).html(mymessage);

    }

    in reply to: Some tweaking to css for header #87321
    tony
    Keymaster

    Hello,

    Never get to this problem, but -Thanks added. Also work OK in other browsers.

    Regards

    Tony

    in reply to: Page loading problems with jqGrid 3.5beta in IE #87320
    tony
    Keymaster

    James,

    Thank you very much for this report.

    To be a honest, I have no idea from where to start investigating this problem in IE browsers. The bad news (as from your report) is that on some installations it work while on other this does not.

    My thoughts was that this is connected with the rendering of PNG files in IE, but…

    I have partial success when I load all the javascript files and code at end of the html, but the result is unexpected – one time this work one time does not on the same browser.

    Instead I will make all possible to correct this bug in IE.

    Thank you very much.

    Best Regards

    Tony

    in reply to: msie8 / jqgrid 3.5 b 4 onCellSelect wrong value in iCol #87319
    tony
    Keymaster

    Hello,

    Thanks. I will check this in IE8.

    Regards

    Tony

    in reply to: Script problem while using JQGrid treegrid #87314
    tony
    Keymaster

    Hello,

    Could you please try the following:

    1. Generete your request and save the result in xml file.

    2. Call the tree grid with this generated file i.e in url set this file.

    I have a feeling that something is wrong in your generated code.

    Also to be a clear when we set the tree grid we do not use any recursion.

    Regards

    Tony

    in reply to: Script problem while using JQGrid treegrid #87299
    tony
    Keymaster

    Hello,

    Could you please send me a link to the problem? If you send me a link, please do not use min version, but the development one.

    Best Regards

    Tony

    in reply to: I have a problwm with jqGridImport #87282
    tony
    Keymaster

    Do you have multiselect or subGrid in this?

    Regards

    Tony

    in reply to: Auto expand on treegrid load #87281
    tony
    Keymaster

    Hello again,

    Thanks for the suggestion. I will consider this approach too, but this require to have another script to load data at once. Will think instead of this.

    Best Regards

    Tony

    in reply to: Changing Add button icon in Navigator #87279
    tony
    Keymaster

    Hello,

    Set this in navigator options not in the method options

    $(“#mygrid”).navGrid(“#pager”,{edit:true,add:true,…,addicon: 'ui-icon-home'…},{..}…);

    Regards

    Tony

Viewing 15 replies - 5,431 through 5,445 (of 7,981 total)

Stay connected with us in your favorite flavor!