tony

Forum Replies Created

Viewing 15 replies - 4,711 through 4,725 (of 7,981 total)
  • Author
    Replies
  • in reply to: i18n miss Chinese version #89289
    tony
    Keymaster

    Hello,

    If you provide a translation I will include it. Sorry I do not speak and write Chinese

    Best Regards

    Tony

    in reply to: Handle datepicker gracefully in edit mode #89250
    tony
    Keymaster

    Dear tim,

    It seems that you have concentrate more on what jqGrid does not have, rather than to investigate the methods and properties how to avoid some bugs in datepicker. (As I known the datepicker will be rewritten).

    As of my previos comment and the coment from other user here is one gracefully solution for your problem, referring this:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing

    afterEditCell : function (id, name, value, iRow, iCol) {

    $(“#”+iRow+”_”+name).datepicker({/* put here your options including showOn too*/});

    // or simple $(“:input[name=”+name+”]”)….

    }

    Enjoy

    Tony

    in reply to: datepicker imageButton not appearing #89225
    tony
    Keymaster

    Hello,

    when set showOn in datepicker it does not work. If you remove this option it will work. The problem is that the element is not inserted in the dom and datepicker does not know what to do – ie. where to put a image. Follow the solution of AdytmRO

    Regards

    Tony

    in reply to: How to enable form editing #89222
    tony
    Keymaster

    Hello,

    Good start is a documentation.

    Reagrds

    Tony

    in reply to: Jgrid and modal box #89221
    tony
    Keymaster

    Hello,

    What is the purpose of the overlay plugin. Check the value of wrap? What you want to get?

    Regards

    Tony

    in reply to: Edit Dialog–Column Names Location #89220
    tony
    Keymaster

    Hello,

    Did you see this behaviour in the demo? Do you have custom theme? Which version of jqGrid is used?

    Regards

    Tony

    in reply to: Close form edit dialog after edit/add/delete #89219
    tony
    Keymaster

    Hello,

    Check the docs, there is such option

    Reagrds

    Tony

    in reply to: datepicker imageButton not appearing #89218
    tony
    Keymaster

    You do:

    in reply to: datepicker imageButton not appearing #89216
    tony
    Keymaster

    Adain

    in reply to: datepicker imageButton not appearing #89215
    tony
    Keymaster

    Sorry It seems that posting sometime code is difficult

    Check your code You have at last line

    in reply to: datepicker imageButton not appearing #89214
    tony
    Keymaster

    Hello

    in reply to: Add//Edit form problem #89213
    tony
    Keymaster

    Hello Renso,

    Could you please download the latest from GitHub and test. There was a bug in setSelection when we have special chars as id.

    Thanks

    Best Regards

    Tony

    in reply to: getRowData and Chrome #89198
    tony
    Keymaster

    Hello Roger,

    Thanks for this. Will look definitley at this. Trying to google it seems that there is a bug in WebKit (but only comments, no clear explain). I will try to investigate the problem deeper.

    Best Regards

    Tony

    in reply to: Jgrid and modal box #89171
    tony
    Keymaster

    Hello,

    Could you please first try with

    gridComplete: function(){

    alert(“GridComplete”);
    }

    If this works for every request, then maybe the problem is here

    $(”a[rel]“).overlay(function() {

    in reply to: Scrolling and key events #89170
    tony
    Keymaster

    Hello,

    Short – you can look in grid.celledit.js and especially the method GridNav.

    This methiod can be extend to support what you want.

    Regards

    Tony

Viewing 15 replies - 4,711 through 4,725 (of 7,981 total)

Stay connected with us in your favorite flavor!