tony

Forum Replies Created

Viewing 15 replies - 6,946 through 6,960 (of 7,981 total)
  • Author
    Replies
  • in reply to: how to pass the row’s id to Ajaxify #84003
    tony
    Keymaster

    Hello,

    What are all the parameters of ajaxify?

    Can you add a function to the link parameter?

    What you mean with grid does not work?

    Regards

    Tony

    in reply to: Column Headings not resizing #84002
    tony
    Keymaster

    Hello,

    Could you please post the whole grid configuration.

    Thank you

    Regards

    Tony

    in reply to: reloading a edit dialog on every edit #84001
    tony
    Keymaster

    Hello,

    Sorry, was a little busy these days. Will try to include this in the bugfix

    release.

    Regards

    Tony

    in reply to: subgrid toggle on custom button #84000
    tony
    Keymaster

    Hello,

    Never try, but try to use direct the addSubGrid method which is

    in grid.subgrid.js. Also you can look in grid.base.js – how is implemented

    this.

    Regards

    Tony

    in reply to: How I can update database after edit in jqgrid? #83999
    tony
    Keymaster

    Hello,

    Search this forum.

    Regards

    Tony

    in reply to: Check records after reloadGrid #83998
    tony
    Keymaster

    Thank you Yamil

    Tony

    in reply to: editrules during inlinedit #83997
    tony
    Keymaster

    Hello,

    No – I do not rewrite these, but definitley will apply the editrules.

    Regards.

    Tony

    in reply to: How I set the column to accept only strings UPCASE? #83996
    tony
    Keymaster

    Hello,

    There are some scenarios.( I do not test all of these)

    1. Use editoptions

    editoptions :{'text-transform': 'uppercase'…}

    This will UPCASE these to the user but not when you post them.

    2.

    function cUpper(cObj)
    {
    cObj.value=cObj.value.toUpperCase();
    }

    After this, in your editoptions use

    in reply to: Ordering numbers at client side #83995
    tony
    Keymaster

    Hello,

    Not yet, but will look at this.

    Regards

    Tony

    in reply to: Saving Grid Settings on the Server #83994
    tony
    Keymaster

    Hello,

    Some properties does not change (like width) if you change it dynamically.

    in reply to: CAN’T FIND filterGrid FUNCTION. #83993
    tony
    Keymaster

    Hello,

    The filterGrid is in grid.custom.js module.

    Regards

    Tony

    in reply to: jqGrid inside WordPress #83992
    tony
    Keymaster

    Hello,

    Open the jquery.jqgrid.js (where the loader is) and ajust the

    paths to javascript files. Note that when you include the loader the

    paths need to be ajusted relative to the directory from where

    the loader is.

    in reply to: How to add style to a column #83991
    tony
    Keymaster

    Hello,

    Yes this is IMHO the right way. Do not forget to enclose this in

    CDATA section. See examples.

    Regards

    Tony

    in reply to: Odd interaction with Google maps #83990
    tony
    Keymaster

    Hello,

    When trying to acces the aplication I get this error in Firefox when try to drag

    “item is undefined
    var point = new GLatLng(item.lat, item.lon);

    Instead – yes there is a strange behaviour.

    I think this is the mouseover, mouseout functions.

    If you use these in your app, the applay these to the

    document and not to the element.

    in reply to: apparent afterSubmit inconsistent behaviour #83989
    tony
    Keymaster

    Hello,

    Thank you. Definitley I will check this.

    Regards

    Tony

Viewing 15 replies - 6,946 through 6,960 (of 7,981 total)

Stay connected with us in your favorite flavor!