tony

Forum Replies Created

Viewing 15 replies - 6,436 through 6,450 (of 7,981 total)
  • Author
    Replies
  • in reply to: edittype select => moving to index on edit #85065
    tony
    Keymaster

    Hello,

    Clould yo please post your code again with onInitializeForm?

    Regards

    Tony

    in reply to: Multiple jqGrid instances on the same page #85064
    tony
    Keymaster

    Hello,

    I'm not sure that this is true, but if you point me what is wrong I will be glad to correct it.

    Best Regards

    Tony

    in reply to: How to get value of checkbox. #85063
    tony
    Keymaster

    Hello,

    I will make an appeal for this

    Please read first the forum for this.

    Also again – getCell and getRowData are not compatible when they are applied to curretly edited elements.

    Best Regards

    Tony

    in reply to: Column Sorting #85062
    tony
    Keymaster

    Hello,

    I'm not sure what you try to do but this work well in the demo page. You can check. Also do you have some events defind – by example onPaging.

    Also if you click on column1 and then on column2 the first order is asc and the second is again asc

    Regards

    Tony

    tony
    Keymaster

    Hello,

    You can do this with a little programing in all edited modules.

    There is examole here in the forum how to do that in formedit

    Regards

    Tony

    in reply to: Cell and Header auto sizing? #85060
    tony
    Keymaster

    Hello,

    Currently this is not possible.

    Regards

    Tony

    in reply to: addJSONData help!!!!! #85059
    tony
    Keymaster

    Hello,

    Look into the exmple page to see how to call this. Here is the working code

    var mygrid = $(”#list”)[0];

    mygrid.addJSONData(eval(”(”+ret.responseText+”)”));

    Regards

    Tony

    in reply to: .navGrid didn’t work #85058
    tony
    Keymaster

    Hello,

    Also really can not help.

    Before posting any issue please

    1. jQuerry version

    2. jqGridVersion

    3. OS

    4. browser

    5. Problem

    6. Code and data if possible

    Regards

    Tony

    in reply to: Table Refresh? #85057
    tony
    Keymaster

    Hell,

    As you see here you try to CREATE every time the grid after some interval – right?

    This will not work after first time since there is a checking if the grid exists.

    If the grid exists and you try to create it again nothing will be happen.

    In you case I recommend you to check if the grid exist first

    also in your ajax function

    if(grid does not exists) {

    //create the grid here

    } else {

    // triger to reload the grid

    }

    To check if the grid exists:

    var mygrid

    in reply to: Testing Date Formatter Masks (3.4 beta 2) #85056
    tony
    Keymaster

    Hello,

    In the language file there are two options for the formatter –

    srcformat – the format that is expected from the server (or from array data)

    newformat – the format that should be shown into the grid.

    Set thes in appropriate way.

    Also in the final this (these options) will be not only common parameters, but per grid.

    Regards

    Tony

    in reply to: Search stopped working #85055
    tony
    Keymaster

    Hello,

    What stop to work actually?

    Use fireBug to determine what is sended to the server and what is the response.

    Also check your serverside code.

    Regards

    Tony

    in reply to: Bad position bug for loadui block + fix #85054
    tony
    Keymaster

    Hello,

    Thank you for the code. Will include it in the final release (after some tests of course)

    Regards

    Tony

    in reply to: Grid not loading in IE7 #85053
    tony
    Keymaster

    Hello,

    One hint

    in reply to: Get the index of the doubleclicked cell #85045
    tony
    Keymaster

    Hello Dave

    Use onCellSelect event – see the docs. Also I expect some problems in IE in case you have a hidden coulnm.

    Regards

    Tony

    in reply to: Grid as subgrid changes row id numbers in main grid #85042
    tony
    Keymaster

    Hello,

    We are in beta and not in final. I mean the final 3.4. Sorry If this was not clear.

    Regards

    Tony

Viewing 15 replies - 6,436 through 6,450 (of 7,981 total)

Stay connected with us in your favorite flavor!