tony

Forum Replies Created

Viewing 15 replies - 5,971 through 5,985 (of 7,981 total)
  • Author
    Replies
  • in reply to: jqGrid 3.5.alfa – Grid in a ui.tabs ? #86143
    tony
    Keymaster

    Hello,

    Thanks all. This is corrected in second alfa release wich will be published tomorrow.

    Regards

    Tony

    in reply to: AddJSONData and addXMLData missing return values #86142
    tony
    Keymaster

    Hello,

    Thanks. It is a error in the docs. It will be corrected.

    Regards

    Tony

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

    Hello

    Strange. Is this only in IE? Do you mean only the images or all – texts, select and input box again with images?

    Regards

    Tony

    in reply to: Cell Edit Bugs #86140
    tony
    Keymaster

    Hello,

    Clear your cache. Sortable property can not be changed dynamically.

    Regards

    Tony

    in reply to: Cell edit – space after click #86126
    tony
    Keymaster

    Hello,

    Thanks

    Best Regards

    Tony

    in reply to: Cell Edit Bugs #86125
    tony
    Keymaster

    Hello,

    You use jqGrid 3.4 beta 2. Please upgrade to the latest, where you can not sort while in edit mode.

    For me deleting work perfect. Also n problems

    Regards

    Tony

    in reply to: Cell Edit Bugs #86120
    tony
    Keymaster

    Hello,

    Replace

    cellurl: “include/jgrid_update.php”,

    with

    editlurl: “include/jgrid_update.php”,

    in reply to: Auto refreshing grid #86118
    tony
    Keymaster

    Hello,

    Look here : http://www.w3schools.com/HTMLDOM/met_win_setinterval.asp

    And you will have idea how to do that (using …trigger(“reloadGrid”).

    Best Regards

    Tony

    in reply to: urlencode vs htmlencode submitting values #86117
    tony
    Keymaster

    Hello,

    Will be changed. Thanks

    Regards

    Tony

    in reply to: scroll into view #86116
    tony
    Keymaster

    Hello,

    Use the newly

    in reply to: fitToScreen() #86115
    tony
    Keymaster

    Hello Kevin,

    $(window).resize(function() {

    // get here the width of parent container

    var parentwidth = some_value

    setTimeout(function(){$(“#mygrid”).setGridWidth(parentwidth)},300);

    });

    In order to resize the grid when you resize other element in the html page you should be able to have e event when you stop to resize the element and do the same approch as above.

    Hope this helps a lot 🙂

    Regards

    Tony

    in reply to: How to support date? #86114
    tony
    Keymaster

    Hello,

    Acctually this should work since we make a eval of this string.

    Please check what is happen when you apply eval of this string.

    Not sure but maybe you should enclose this in barkets.

    Regards

    Tony

    in reply to: jqGrid data not loaded with json datatype #86113
    tony
    Keymaster

    Hello,

    colModel:[

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

    Hello,

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

    The id is added automaticallyat first place

    Regards

    Tony

    in reply to: tinymce in jqgrid modal window #86111
    tony
    Keymaster

    Hello,

    Sorry, I never work with tinyMCE, so I can not help, but I think that the right direction is to use the onInitializeForm. Check if you use the right commands (or function) in tinyMCE.

    Best Regards

    Tony

Viewing 15 replies - 5,971 through 5,985 (of 7,981 total)

Stay connected with us in your favorite flavor!