tony

Forum Replies Created

Viewing 15 replies - 5,896 through 5,910 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster

    Hello,

    Sorry, I never work with Thickbox, but if you have the value, you can manipulate it the way what you want.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    use beforeShowForm – this can be defined separatley in edit or add.

    In add make show in edit make hide.

    Regards

    Tony

    in reply to: Hide detail grid when Master grid is hidden #86285
    tony
    Keymaster

    Hello,

    Sorry, I mean trigger(“click”) and not click(function(){…});

    Regards

    Tony

    in reply to: $t.p.colModel is null or not an object #86284
    tony
    Keymaster

    Hello,

    Could you please post the code and a part of data? Thanks

    Regards

    Tony

    in reply to: how can i use the showlink formatter type #86283
    tony
    Keymaster

    Hello,

    If parameters are statik (i.e you known what to passs) use addParam option in formatoptions. Dynamic params from row contents currently are not supported.

    Regards

    Tony

    in reply to: two lines of text in column heading #86282
    tony
    Keymaster

    Hello,

    Never tested, but try colNames:['Probem
    Code',…]

    Regards

    Tony

    in reply to: expandSubGridRow #86281
    tony
    Keymaster

    Hello,

    The first thai I will check is:

    1. The existance of the method expandSubGridRow

    2. The existance of the row with id – 2095526

    3. If both are present check to see if you call the grid in something special case.

    In your post you point me that you use jQuery load – what you try to do with load?

    Also make a code simple like the example on the demo page and see what is happen.

    Regards

    Tony

    in reply to: Please help with link columns #86280
    tony
    Keymaster

    Hello,

    Static or dynamic from the row contents? If second is the case currently this is not possible. For the first see the post above.

    Regards

    Tony

    in reply to: Problem using repeatItems: false with jsonReader #86279
    tony
    Keymaster

    Hello,

    I think that in this case you should outut the data this way:

    {”page”:1,”total”:1,”records”:7,”rows”:[ {“id”:”1″,”firstname”:”1joe”,”lastname”:”c6lark”
    ,”tel”:”12390 293 12 30 12″},…

    If this is not possible use jsonmap property like this

    jsonmap : 'cell.firstname'

    Regards

    Tony

    in reply to: Grid Forms and Select Boxes #86278
    tony
    Keymaster

    Hello,

    Use beforeShowForm – it is called every time you open the form.

    Regards

    Tony

    in reply to: Load special data #86277
    tony
    Keymaster

    Hello,

    We have a lot of solutions.

    The one that I first think is to use onInitializeForm (called only once)

    If you have a field hat is editable (colModel – name – myname) then

    using this event you can add a button behind the field like this

    $(“”).insertAfter(“#myname”);

    Regards

    Tony

    in reply to: Hide detail grid when Master grid is hidden #86270
    tony
    Keymaster

    HEllo,

    mygrid = $(“#grid”).jqGrid({…});

    $(“.HeaderButton”, mygrid[0].cDiv).click(…);

    Regards

    Tony

    tony
    Keymaster

    Hello,

    $(“#mygrid”).getGridParam('selrow') – will give you the current selected row null if nothing is selected.

    Regards

    Tony

    in reply to: jqGrid and UI Tabs #86268
    tony
    Keymaster

    Hello,

    Thanks. It seems to be a bug.

    Best Regards

    Tony

    in reply to: setColProp on editable #86267
    tony
    Keymaster

    Hello,

    Which version of jqGrid do you use? Try with the latest stable.

    Regards

    Tony

Viewing 15 replies - 5,896 through 5,910 (of 7,981 total)

Stay connected with us in your favorite flavor!