tony

Forum Replies Created

Viewing 15 replies - 7,066 through 7,080 (of 7,981 total)
  • Author
    Replies
  • in reply to: changing name of ID field on grid row save #83761
    tony
    Keymaster

    Hello,

    Please use the online documaentation which is up to date.

    Regards

    Tony

    in reply to: “bug” fix #83760
    tony
    Keymaster

    Hello,

    I'd recommend you to send me a changes, so that they can appear

    in the next Release.

    Thank you

    Best Regards

    Tony

    in reply to: bugreport : safari reload fails #83759
    tony
    Keymaster

    Hello,

    At end of week I will publish the bug fix release.

    There are also a lot of bugs fixed.

    Regards

    Tony

    in reply to: changing name of ID field on grid row save #83754
    tony
    Keymaster

    Hello,

    Make this field editable. This way you can post it to the server

    Regards

    Tony

    P.S. Or if you do not want this use onClickSubmit event and

    pass this data to the server

    in reply to: Demo site throw jqGrid is not a function #83753
    tony
    Keymaster

    Hello,

    Thank you very much. Corrected.

    I have just uploaded the new lloader and right now it should work

    Thank you again.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    I suppose you use the loader direct from this site – right?

    If this is the case – do not do this and use the downloaded version

    Regards

    Tony

    in reply to: IE jgrid is null or not an object #83749
    tony
    Keymaster

    Hello,

    As of my previous post please wait to the next week. This problemis corrected

    Regards

    Tony

    in reply to: Problem with Version 3.3 and PostData #83748
    tony
    Keymaster

    Hello,

    This was a little change. I will correct this and publish next week a bug fix

    release.

    Thank you

    Regards

    Tony

    in reply to: IE jgrid is null or not an object #83744
    tony
    Keymaster

    Hello,

    Of course the navigator is a part from formedit – if you disable the formedit

    you can not use the navigator – i.e. navGrid

    Regards

    Tony

    in reply to: IE jgrid is null or not an object #83741
    tony
    Keymaster

    Hello,

    This is loader bug which does not work in some conditions in IE ans Safari.

    See this:

    http://www.trirand.com/blog/?page_id=18/bugs/bugreport-safari-reload-fails/page-1/post-2393/#p2393

    Next week I will publish bug fix release.

    Regards

    Tony

    in reply to: Sorting xml and combining columns #83740
    tony
    Keymaster

    Hello,

    1. Yes, server side

    2 When you use local xml file then

    set

    datatype: 'xml',

    loadonce: true,

    Set in colModel the appropriate sorttype properies – ie. int,number,string,date and etc. See docs

    Regards

    Tony

    in reply to: bugreport : safari reload fails #83738
    tony
    Keymaster

    Hello,

    Finally after lot of testing I found a cross browser solutioin.

    Here is the piece of code in jqGrid loader:

    ….

    if (minver !== true) filename = pathtojsfiles+modules.incfile;
    else filename = pathtojsfiles+modules
    .minfile;
    if (combineIntoOne !== true) {

    in reply to: Lock while editing a form #83737
    tony
    Keymaster

    Hello,

    Since it is very interested could you please test if this work:

    jQuery(”#list”).setColProp('co_resultado',

    {editoptions:{onfocus: “alert('Hello World')”}}) ;

    i.e. do not use this.blur()

    I think it should work

    Regards

    Tony

    in reply to: function datatype #83736
    tony
    Keymaster

    Hello,

    Of course these methods should become Privileged.

    If you want to access them you should add something at end of base script before calling populate:

    this.addXmlData = function (data) { addXmlData(data, this.bDiv) };

    Then you can call it like this:

    jQuery(“#gridid”).addXmlData(mydata);

    The same for JSON

    Best Regards

    Tony

    in reply to: XML eleent as parametr in event handlers #83729
    tony
    Keymaster

    Hello,

    Thanks. I will add this in next release.

    Regards

    Tony

Viewing 15 replies - 7,066 through 7,080 (of 7,981 total)

Stay connected with us in your favorite flavor!