tony

Forum Replies Created

Viewing 15 replies - 4,381 through 4,395 (of 7,981 total)
  • Author
    Replies
  • in reply to: Clear a jqGrid an load another #90168
    tony
    Keymaster

    Hello,

    There is solution for this in the forum.

    Before construct the grid call gridUnloadMethod

    $(“#mygrid”).GridUnload();

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

    in reply to: Need to grey-out some boxes on multiselect #90167
    tony
    Keymaster

    Hello,

    Where is this code?

    Regards

    Tony

    in reply to: How do I set the properties of a cell #90166
    tony
    Keymaster

    To read documentation

    Regards

    Tony

    in reply to: formatter in subgrid #90165
    tony
    Keymaster

    Hello,

    We do not have formatter for the subgrid. Make the format server side.

    Regards

    Tony

    in reply to: Subgrid data returned, but not displaying #90164
    tony
    Keymaster

    Hello,

    Note that the data returned for the subgrid little differs of those for the grid. See demos and documentation.

    Regards

    Tony

    in reply to: Modifying the TD cell padding on a jqGrid. #90163
    tony
    Keymaster

    Hello,

    Look at cellLayout option in the grid options IN THE DOCUMENTATION

    Regards

    Tony

    in reply to: hOw to add extra fields to editRow form #90162
    tony
    Keymaster

    Hello,

    Did you mean

    jQuery.jgrid.edit or jQuery.jqgrid.edit – there is a difference

    2. I think yes this is possible

    Regards

    Tony

    in reply to: Selecting row on mouseDown rather then on Click..? #90161
    tony
    Keymaster

    Hello,

    No.

    Tony

    in reply to: _search always returns false #90160
    tony
    Keymaster

    Hello,

    You should :

    Query(”#tmpTable”).setGridParam({postData: { search:true,…

    instead of

    Query(”#tmpTable”).setGridParam({postData: { _search:true,

    When serch is true we post _search name which is configured

    in reply to: A few questions about Search #90159
    tony
    Keymaster

    Hello,

    1. http://www.trirand.com/jqgridw…..rch_config

    caption can be set in the method.

    2. in the search method options you can (I never try this, but it should work) :

    $(”#mygrid”).searchGrid( {

    onInitializeSearch : function (formid) {

    $(”.fields select”,formid).val(”myname”);

    // where myname is the index (or the name) from colModel

    }

    });

    3.

    in reply to: Hidden grid fields not copied to Edit Form #90158
    tony
    Keymaster

    Hello,

    Which version do you use? Also in 3.5 this should work in inline edit.

    Regards

    Tony

    in reply to: Negative row numbers #90157
    tony
    Keymaster

    Hello,

    Could not reproduce.

    In my tests I have the following:

    1. Set jqGrid with datatype local, rownumbers to true .

    2. Add record with addRowData and the trigger the grid.

    All seems to work ok.

    By the way which version is used?

    Regards

    Tony

    in reply to: pager select clipped #90156
    tony
    Keymaster

    Hello,

    It can be a design problem. Maybe you should make a grid a little wider.

    Regards

    Tony

    in reply to: enable loadui infirefox3.7 sometimes leak to error #90155
    tony
    Keymaster

    Hello,

    Not sure if we should consider this as bug. Is FireFox 3.7 offical relesed?

    and as usual I have so little information

    Regards

    Tony

    in reply to: Return to current position in grid #90154
    tony
    Keymaster

    Hello,

    Also one possible solution is to use cockies and gridExport method. The grid export method will export the current state in grid as JSON string which can be asy loaded.

    I'm not sure that this will do the job, since of cockie limitations – if I remember right it is about 4K.

    Regards

    Tony

Viewing 15 replies - 4,381 through 4,395 (of 7,981 total)

Stay connected with us in your favorite flavor!