tony

Forum Replies Created

Viewing 15 replies - 7,141 through 7,155 (of 7,981 total)
  • Author
    Replies
  • in reply to: eval()`ed subgrid fails #83604
    tony
    Keymaster

    Hello,

    The simple test is:

    Do not use jqGrid. Simulate ajax request for the problem data and see

    what it is. If all is ok – look in the jsonReader and look if

    you return the correct data.

    Regards

    Tony

    in reply to: Take serach parameters #83603
    tony
    Keymaster

    Hello,

    It is more easy – getGridParam('postData') will return the needed array

    Regards

    Tony

    in reply to: saverow from a href click #83602
    tony
    Keymaster

    Hello,

    You mix inline edit with pure grid data.

    You should make your own ajax call to save data this way.

    Reagrds

    Tony

    in reply to: Id from server #83601
    tony
    Keymaster

    Hello,

    I think you mixed colModel with the real JSON data in the jsonReader.

    Try with the default options of jsonReader – i.e. do not set in your grid

    Regards

    Tony

    in reply to: About autocomplete #83600
    tony
    Keymaster

    Hello,

    serch this forum to see haw you can do that. It is easy.

    Regards

    Tony

    in reply to: Server side error message for formedit modal dialog #83599
    tony
    Keymaster

    Hello,

    You are right in the code I use text function, wich display data

    as text only and not as html. I will correct this.

    Thank you

    Regards

    Tony

    in reply to: A new Tree Grid component #83598
    tony
    Keymaster

    Hello,

    Currently the version work only with xml. The upcomming beta should

    work with json.

    Best Regards

    Tony

    in reply to: basic grid width problem #83584
    tony
    Keymaster

    Hello,

    This is a initiall set and will not work if you enclose the grid whitin

    other element – i.e. grid will not resize when you resize the element –

    which I suppose do you want to do.

    Regards

    Tony

    in reply to: Why is the GridHeader sometimes hidden in Firefox? #83583
    tony
    Keymaster

    Hello,

    No it is a part of the upcomming beta release.

    Regards

    Tony

    in reply to: beforeSubmit #83579
    tony
    Keymaster

    Hello,

    You can not use beforeSubmit this way. The right is

    ….navGrid(“#pager_id”,{…},

    //add options

    { beforeSubmit : function (postdata, formid) {

    if( ValidateForm(postdata) == false) {

    return [false,”MessageError”,””];

    } else {

    return [true,””,””]

    }

    }

    } end add

    …..continue for otheres

    in reply to: In line editing issue – data problem? #83578
    tony
    Keymaster

    Hello,

    Yes you are right – please see

    http://htmlhelp.com/reference/html40/attrs.html

    Regards

    Tony

    in reply to: Inline Editing [Esc] key issue #83576
    tony
    Keymaster

    Hello,

    It is very strange instead.

    Haw do you construct the actions buttons?

    To investigate the problem please if possible send me a link.

    You can e-mal me to tony at trirand dot com.

    (If you send me a link please DO NOT INCLIDE THE MIN version,

    but non minified – i.e. grid.base.js and not grid.base-min.js)

    Regards

    Tony

    in reply to: basic grid width problem #83575
    tony
    Keymaster

    Hello,

    Please before posting a issue, first read docs and forum messages

    Regards

    Tony

    in reply to: In colModel name:”entity.Id” edit form could not work fine #83574
    tony
    Keymaster

    Hello,

    column names can not be set this way, since JS thisnk this is a property,

    but you can set the index and it will work

    in reply to: Id from server #83570
    tony
    Keymaster

    Hello,

    to be correct you JSON response should look like:

    “rows” :[

Viewing 15 replies - 7,141 through 7,155 (of 7,981 total)

Stay connected with us in your favorite flavor!