tony

Forum Replies Created

Viewing 15 replies - 5,926 through 5,940 (of 7,981 total)
  • Author
    Replies
  • in reply to: Defining ID parameter in formatter’s showlink #86216
    tony
    Keymaster

    Hello Tac,

    Thanks for this. I think that using template is one very good approach. The question is how to do this in easy way for the developer. I will think about this. If you have ideas will be glad to hear.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Is there a problem to try?

    in reply to: bug in modal window size- grid.common.js #86214
    tony
    Keymaster

    Hello,

    Thank you very much. It is a bug. Fixed.

    there is no problem to set 'auto' but you will have a trouble in IE browsers (They inderstand auto diffrent way).

    Regards

    Tony

    in reply to: Reset Grid/Clear Search method? #86213
    tony
    Keymaster

    Hello,

    If you look into the code this should something like this:

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

    $(“#mygrid”).setGridParam({serach:false,searchdata: {},page:1}).trigger(“reloadGrid”);

    return false;

    });

    Regards

    Tony

    in reply to: Enable/Disable Custom Button on Nav Bar #86212
    tony
    Keymaster

    Hello,

    Not quite gffrent

    if(edit_right==true) {

    $(“#mygrid”).navButtonAdd(….)

    }

    Regards

    Tony

    in reply to: header and columns not aligned #86211
    tony
    Keymaster

    Hello,

    I see that you use custom theme – right? Check if the padding and borders

    in reply to: expandSubGridRow #86210
    tony
    Keymaster

    Hello,

    And what do details function? Check to see if this function is raised – i.e. in the body of the function make alert and at the end too.

    Regards

    Tony

    in reply to: Search events #86209
    tony
    Keymaster

    Hello,

    I think it should be:

    $(”#sval”).datepicker({…});

    The .id is not needed, but you will have datepicker every time click in this field, instead that you select another. If you have only one field to search this is ok, but it will make some confusions if you serarch on more than one field.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    The beforeInitData is the right place for this. The only additional parameter that you should set is:

    recreateForm : true;

    This recreates the form every time.

    Another possible solution is to use beforeShowForm event where you can show and hide some columns according to condition. Every column in the form (label + input field)

    in reply to: clearGridData and cells width #86201
    tony
    Keymaster

    Hello,

    Thanks. There is a bug here. Will be corrected.

    Please post any bugs Or recommendation for 3.5 version in Releases forum. There is a such topic. Thanks.

    Regards

    Tony

    in reply to: clearGridData and cells width #86199
    tony
    Keymaster

    Hello,

    Haw do you add data after you clear it? Please the full command. If possible post the code.

    Regards

    Tony

    in reply to: Enable/Disable Custom Button on Nav Bar #86196
    tony
    Keymaster

    Hello,

    Currently no, but it is easy to add this

    Suppose the variable

    in reply to: clearGridData and cells width #86195
    tony
    Keymaster

    Hello,

    Sorry I edit this. Which version do you use please?

    Regards

    Tony

    in reply to: Compare 2 fields #86194
    tony
    Keymaster

    Hello,

    I suppose you want to compare two equal passwords.

    Use beforeSubmit event for this purpose. See Docs.

    Regards

    Tony

    in reply to: Grid header height #86193
    tony
    Keymaster

    Hello,

    Enclose your grid in div -> mydiv

    Then after you load the jqGrid css add this

    #mydiv table.scroll thead th

Viewing 15 replies - 5,926 through 5,940 (of 7,981 total)

Stay connected with us in your favorite flavor!