tony

Forum Replies Created

Viewing 15 replies - 2,296 through 2,310 (of 7,981 total)
  • Author
    Replies
  • in reply to: escape value problem #94972
    tony
    Keymaster

    Hello,

    Did you have read the options of the grid relted to this case?

    How is set your autoencode option?

    Regards

    Tony

    in reply to: 3.7.1 tree grid slow to expand or collapse nodes #94957
    tony
    Keymaster

    Hello Les,

    The same will hapen if we do the change.

    Instead I have begin a serious research on treeGrid and we will increase the speed .

    Tony

    in reply to: 3.7.1 tree grid slow to expand or collapse nodes #94955
    tony
    Keymaster

    Hello,

    Thanks Les. Absolutley you are right, but if we fix this, nobody can continue to use the new versions – they should rewrite your code from the beginning.

    For the column headers and other duplicate ids we can fix these, but the big questions is what to do with the rows ids?

    Example: I have a table with primary keys 1,2,3.. and another table with the same primary keys numbering due of using the autoincremet property and I want to use these keys when I do CRUD operations.

    In the same time I need to display both grids in one page – so the question is: how we can make these rows uniquie and in the same time to use the primary keys values?

    Best Regards

    Tony

    in reply to: GridUnload memory leak? #94954
    tony
    Keymaster

    Hello,

    Thanks for the investigation.

    If you replace

    $(document).mouseup(function (e) {

    if(grid.resizing) { grid.dragEnd(); return false;}

    return true;

    })

    with

    $(grid.hDiv).mouseup(function (e) {

    if(grid.resizing) { grid.dragEnd(); return false;}

    return true;

    })

    Does this happen?

    Best Regards

    Tony

    in reply to: clientSide and sorting issue #94946
    tony
    Keymaster

    Hello,

    How look your data? Is it possible to post it.

    Also I see a lot of events here including onSortCol event. Do you have some code here – if so could you please post the whole code without cutting.

    Also the best will be if you provide a link to the problem.

    Regards

    Tony

    in reply to: JQgrid sends “false” ID in POST when updating cell #94944
    tony
    Keymaster

    Hello,

    Which version is used?

    How look your code?

    You can configure the id posted value using the prmNames parameter.

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options

    Regards

    Tony

    in reply to: Highlight Row on Expand. #94943
    tony
    Keymaster

    Hello,

    If you use grid as subgrid you can use setSelection method when the row is expanded.

    Regards

    Tony

    in reply to: Renaming the _search parameter #94942
    tony
    Keymaster

    Hello,

    Our PHP component wich work with Oracle does not have a problem with this.

    Instead this is possible and you can configure all the posted values to the server.

    For this purpose you will need to use prmNames parameter

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options

    prmNames : {search:”myOracleSearch”}

    Regards

    Tony

    tony
    Keymaster

    Hello,

    1. In the example we do not use loadComplete, so it depend what you try to do.

    2. You are right – in the same loadComplete – obtain a current page and then set it in onPaging event as parameter.

    Regards

    Tony

    in reply to: Anyone got b(“:input:visible”, a.w)[0] is undefined? #94940
    tony
    Keymaster

    Hello,

    How look your head section?

    Which modules do you have downloaded?

    Be a sure that you use the grid CSS fiele from the production dir and not from development.

    Regards

    Tony

    in reply to: FormEdit : select does not have the right default value #94939
    tony
    Keymaster

    Hello,

    Which version is used? I think this bug is fixed, but could not remember in wich version.

    Regards

    Tony

    in reply to: Problem with “example.php” in documentation #94938
    tony
    Keymaster

    HEllo,

    Download the demo and use this one. Copy Paste is not recommended

    Regards

    Tony

    in reply to: Scrolling to end of list causes data to repeat in grid #94937
    tony
    Keymaster

    Hello,

    Thanks. Just a question – you use scroll:true or scroll:1.

    Any example will be great, not posted code – just link to the problem.

    Regards

    Tony

    in reply to: Query by ID – bad context usage #94933
    tony
    Keymaster

    Hello Les,

    Thank you. Already answered here:

    Forum

    Best Regards

    Tony

    in reply to: function isEmpty(val) #94932
    tony
    Keymaster

    Hello,

    Thank you for remaind me this. I really forgot to merge the change.

    Fixed now.

    Best Regards

    Tony

Viewing 15 replies - 2,296 through 2,310 (of 7,981 total)

Stay connected with us in your favorite flavor!