tony

Forum Replies Created

Viewing 15 replies - 6,886 through 6,900 (of 7,981 total)
  • Author
    Replies
  • in reply to: Error with keyIndex when use subGrid #84145
    tony
    Keymaster

    Hello,

    Thank you for this – you are right.

    There is a more easy way to do that. Just move this piece of code

    before adding the subgrid and multiselect columns in the

    colModel

    Regards

    Tony

    in reply to: Bugs in documentaion #84144
    tony
    Keymaster

    Hello,

    Thank you for this. I should correct this but I do not known where.

    Soon there will be a new version of this software and I shope that this will

    be corrected

    Regards

    Tony

    in reply to: Tags, anyone? #84117
    tony
    Keymaster

    Hello,

    The link to the page that you post here does not exists.

    So, could you please make the change from my previous post and

    allo the link to the page with the cahged grid.base.js code

    Regards

    Tony

    in reply to: Internet Explorer 7 + Cell Editing #84115
    tony
    Keymaster

    Hello,

    It seems that some things are not changed in IE7 too.

    Could you please open grid.celledit.js and change the line

    if ($.browser.msie && $.browser.version <=6 &&

    ed===true && fg===true) {…

    to

    if ($.browser.msie && $.browser.version <=7 &&

    ed===true && fg===true) { …

    Thank you

    Regards

    Tony

    in reply to: Bugs in documentaion #84114
    tony
    Keymaster

    Hello,

    Thank you very much for this.

    Regards

    Tony

    in reply to: Can’t get data to appear in grid #84113
    tony
    Keymaster

    Hello,

    Yes you can post here the configuration and the data returnrd from server

    Regards

    Tony

    in reply to: Grid posting data #84112
    tony
    Keymaster

    Hello,

    Try

    $(..).jqGrid({

    datatype: “local”,

    }).setGridParam({datatype:”xml”});

    Regards

    Tony

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

    Hello,

    Maybe if you use it in adding and editing records add it in both places.

    Regards

    Tony

    in reply to: Tags, anyone? #84110
    tony
    Keymaster

    Hello,

    Could you please try something.

    After this line

    there is the following line

    td = (e.target || e.srcElement);

    After this line add the following code and try

    if( td.href) { return true;}

    Regards

    Tony

    in reply to: Master/Detail grid: reload Detail grid upon page load #84109
    tony
    Keymaster

    Hello,

    There will be no trigger here. Lets consider the example.

    You first call the master and then detail. Whitin master loadind which is first

    you try to select a item in detail. It is unknown if the detail is loaded during

    the load complete in master. Try to use setTimeout in loadComplete when you load the page for first time.

    Regards

    Tony

    in reply to: How to use Dynamic column data #84100
    tony
    Keymaster

    Hello,

    Did you mean freeze columns. If this is true, this currently is not suported.

    Regards

    Tony

    in reply to: Upload field #84099
    tony
    Keymaster

    Hello,

    I'm not sure, but in this formun there was a post how to

    integrate file upload

    in reply to: How to insert cell editing to mysql #84098
    tony
    Keymaster

    Hello,

    If you use PHP I think you should start with php basics and then

    use jqGrid

    Regards

    Tony

    in reply to: editing row form #84097
    tony
    Keymaster

    Hello,

    Refer to docs how to make fields editable.

    Regards

    Tony

    in reply to: how do I add a row between other rows #84096
    tony
    Keymaster

    Hello,

    The pdf

Viewing 15 replies - 6,886 through 6,900 (of 7,981 total)

Stay connected with us in your favorite flavor!