tony

Forum Replies Created

Viewing 15 replies - 4,591 through 4,605 (of 7,981 total)
  • Author
    Replies
  • in reply to: editGridRow in FF #89533
    tony
    Keymaster

    Hello,

    Check your code and what you do again.

    Does the cursor disappear if you go into the demo page?

    For me it work ok

    Best Regards

    Tony

    in reply to: Dropdown changes dynamically #89532
    tony
    Keymaster

    Hello,

    You do not answer of the question – does your alert show the changed value?

    or

    Should I think the you speak about the select in dataUrl?

    I do not understand what you try to do

    Regards

    Tony

    in reply to: Mutiselect problem #89531
    tony
    Keymaster

    Hello,

    Nothing wrong, but you can do this only in 3.5 version:

    See this here

    jqGrid 3.5 beta

    Regards

    Tony

    in reply to: Default rowList #89530
    tony
    Keymaster

    Hello,

    What is the result?

    Humm I use it, but no problem. Could you please try

    $.extend(true,$.jgrid.defaults,{rowList:null},{rowList:[10,20,30]});

    or

    $.extend(true,$.jgrid.defaults,{rowList:null});

    $.extend(true,$.jgrid.defaults,{rowList:[10,20,30]});

    If you do not put true as first parameter in the extend – does this work?

    Regards

    Tony

    in reply to: Multisearch – restricting additional search criteria #89529
    tony
    Keymaster

    Hello,

    5 times or 5 items – it is not the same

    Both are not supported.

    Reagrds

    Tony

    in reply to: ui.jqgrid.css–syntax error?? #89528
    tony
    Keymaster

    Hello,

    No idea why is this, but please read the instalation instructions here

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

    and try.

    By the way rounded coreners are not supported in IE – since IE does not suport them. More information you can find on jQuery UI site and google groups or just google it

    Regards

    Tony

    in reply to: Drag and Drop code for v3.5 and jQuery UI required #89527
    tony
    Keymaster

    Hello,

    If you use table Drag and Drop tableDnD I think there is such example

    See: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

    Best Regards

    Tony

    in reply to: IE7/8 problem with jqGrid position #89526
    tony
    Keymaster

    Hello,

    Check your DOCTYPE declaration.

    Regards

    Tony

    in reply to: select a row on page x #89525
    tony
    Keymaster

    Hello,

    Do not understand.

    Regards

    Tony

    in reply to: this.call is not a function #89524
    tony
    Keymaster

    Hello,

    Read carefully what gridview option do and when should be applied:

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

    Best Regards

    Tony

    in reply to: Set select element time for text entry #89522
    tony
    Keymaster

    Hello,

    Could you please try the construct the same select with the same values, but not using jqGrid – just the select in html page.

    Is the result the same?

    Best Regards

    Tony

    in reply to: setGridParam ‘page’ in loadComplete #89521
    tony
    Keymaster

    Hello,

    The problem is fixed. Please download the latest version from GitHub.

    Regardas

    Tony

    in reply to: Dynamic Select from url #89520
    tony
    Keymaster

    Hello,

    Simone, please be a more precise. What you use actually? In the previous post you tell me that only surl work.

    The surl option is used in search modules – especially in filterGrid and filterToolbar methods.

    In order to be clear, please post your code and tell me what you try to do.

    Reagrds

    Tony

    in reply to: SimpleModal+jqGrid = GridUnload() doesn’t work #89519
    tony
    Keymaster

    Hello,

    In order to work this you should include a jQuery UI js file with support of dialog.

    Regards

    Tony

    in reply to: Adding timepickr to Edit Form #89518
    tony
    Keymaster

    Hello,

    Some plugins require that the element should be into the DOM in order to work correct.

    Since dataInit is applied not when the element is into the DOM, this maybe will not work.

    The same will be if you try to use a jQuery UI datepicker with the option to show a calendar image.

    (I will see in other releases how to correct this “bug”).

    In order to resolve your problem I recommend you to use the onInitilazeForm event:

    The code cal look like this:

    onInitializeForm : function(formid)

    {

    $(“#time_start”,formid).timepickr();

    }

    Reagrds

    Tony

Viewing 15 replies - 4,591 through 4,605 (of 7,981 total)

Stay connected with us in your favorite flavor!