tony

Forum Replies Created

Viewing 15 replies - 6,061 through 6,075 (of 7,981 total)
  • Author
    Replies
  • in reply to: colModel “edittype” as array #85971
    tony
    Keymaster

    Hello,

    Thnaks. It is a problem in the docs. Add in your colModel the additional option

    formatter:'select'

    Thanks

    Tony

    in reply to: IE css bug in subgrid rendering #85970
    tony
    Keymaster

    Hello,

    Try to add some properties for this class in your page in head section

    Regards

    Tony

    in reply to: Grid with subGrid problem #85969
    tony
    Keymaster

    Hello,

    Thanks. It seems to be a bug.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    If I understand right you want when you click on the multiselect do not allow inline edit of the row? Is this right?

    REgards

    Tony

    in reply to: Display Grid but don’t load data #85967
    tony
    Keymaster

    Hello,

    $(“#mygrid”).jqGrid({

    url: “myurl.php”

    datatype: “local”,

    });

    $(“#mybutton”).click(function(){

    $(“#mygrid”).setGridParam({datatype:'json'}).trigger(“reloadGrid”);

    });

    Hope this help

    Regards

    Tony

    in reply to: inlineedit escape chars #85949
    tony
    Keymaster

    HEllo,

    This is not a bug, but standart behavior. The & will be intrepreted as parameter separator when you post values. Will try to enable or disable this with option.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Thanks. Will be fixed soon.

    Regards

    Tony

    in reply to: Celledit “leaking” edit boxes? #85947
    tony
    Keymaster

    Hello,

    Could you please try with FF on Windows or with Safari?

    Regards

    Tony

    in reply to: restoreRow & checkbox #85946
    tony
    Keymaster

    Hello,

    Thanks – it seems to be a formatter problem (unformat function). Will check this.

    Regards

    Tony

    in reply to: Checkboxes are Disabled #85943
    tony
    Keymaster

    Hello,

    This is the right place. The problem is that in treeGrid mode this is disabled. I need to make some thests to enable this feature (to work ok when in treeGrid mode)

    REgards

    Tony

    in reply to: JSON data with custom data type functon In Edit #85942
    tony
    Keymaster

    Hello,

    Currently no, but this one that I will add in 3.5 release.

    Regards

    Tony

    in reply to: setcolumns() issues #85941
    tony
    Keymaster

    Hello,

    Check in FireBug if these are loaded correct?

    REgards

    Tony

    in reply to: Adjusting the Row Height for multiline data #85940
    tony
    Keymaster

    Hello,

    You can use Either setCell method and/or afterInsertRow to set the height dynamically.

    Regards

    Tony

    in reply to: replace loadui in inline edit #85939
    tony
    Keymaster

    Hello,

    Use the appropriate events in cell editing module e.g beforeEdit afterSubmit (if I remember right the names)

    Regards

    Tony

    in reply to: Formatter Problem #85938
    tony
    Keymaster

    Hello

    Currently to the formatter(showLink) we can pass only the the id and some other static values to the link. The problem is that the formatter is called on every field and not when the entry row is inserted. In the future I will think haw can pass values from the entry row.

    Regards

    Tony

Viewing 15 replies - 6,061 through 6,075 (of 7,981 total)

Stay connected with us in your favorite flavor!