tony

Forum Replies Created

Viewing 15 replies - 5,956 through 5,970 (of 7,981 total)
  • Author
    Replies
  • in reply to: Help for search with nav button #86160
    tony
    Keymaster

    Hello,

    Sorry but we consider here a jqGrid problems and not PHP code. The examples are just examples. I recommend to begin just with very simple data and code.

    Regards

    Tony

    in reply to: afterInsertRow not firing in 3.5 #86159
    tony
    Keymaster

    Hello,

    Thank you for this. It is a bug when a xml datatype is used in 3.5 only

    The right correction is:

    if(afterInsRow) {ts.p.afterInsertRow(row.id,rd,this);}

    Thanks.

    Best Regards

    Tony

    in reply to: beforesubmit and text value of a select box #86158
    tony
    Keymaster

    Hello,

    Yes this is true. The post array contain the key, but not the text.

    If you want to post the text use onclickSubmit event (see docs) with your code above. This event should return array. It is a good idea to give other names of the posted data.

    Regards

    Tony

    in reply to: pager sometimes is’nt shown … #86156
    tony
    Keymaster

    Hello,

    Aha – call the grid with setTimout function.

    Regards

    Tony

    in reply to: jqGrid Loading Local Data? #86155
    tony
    Keymaster

    Hello,

    datatype: “clientside”,

    tony
    Keymaster

    Hello,

    Currently this is not possible in easy way (i.e ready for ). I will think that this is possible with little programing using setGridParam({page:pg_number}) and trigger(“reloadGrid”). Think about this.

    Regards

    Tony

    in reply to: formatter link – specify target #86153
    tony
    Keymaster

    Hello,

    Thank you Adam – good addition. Will be added.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Not sure what you try to do, but your calling is not correct.

    You should call the onSave this way (without parameters)

    Regards

    Tony

    in reply to: Resize Column / Search #86151
    tony
    Keymaster

    Hello,

    Read the form for this limitation.

    Regards

    Tony

    in reply to: Displaying custom row content #86150
    tony
    Keymaster

    Hello,

    Thanks for this. I was thinking about this for some time and will say – Yes

    tony
    Keymaster

    Hello,

    Why not read the form and look into the examples? There are good

    example pages for this. (Sorry for this, but my time is limited)

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

    $(”.HeaderButton”).trigger(”click”);

    return false;

    });

    Regards

    Tony

    in reply to: Enable or disable multiselect option #86147
    tony
    Keymaster

    Hello,

    Once set (or not) this option does not have effect if you try to change it dynamically. One possible solution is to define the multiselect when you set the grid then use heideCol('cb') (where cb is the name of checkbox column – see docs) and under some condition showCol('cb') but I think this will not do the job for you since the selection remain. Also you can try to play with multiboxonly set to true in the case.

    Regards

    Tony

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

    Hello,

    There is default value for showAction in the language file. (This value will be removed in next release).

    In order to work all do :

    {name:'oferta',index:'oferta', width:65, formatter: 'showLink', formatoptions:{showAction:'', baseLinkUrl: 'index.php', addParam : '&option=index'}},

    Regards

    Tony

    in reply to: make checkbox checked #86145
    tony
    Keymaster

    Hello,

    What about your data. How is provided. What values do you have for checkboxes?

    Regards

    Tony

    in reply to: Local Sorting with Grids as Subgrids #86144
    tony
    Keymaster

    Hello,

    Thanks for this. It is true. Will think how to avoid this.

    Thanks again

    Regards

    Tony

Viewing 15 replies - 5,956 through 5,970 (of 7,981 total)

Stay connected with us in your favorite flavor!