tony

Forum Replies Created

Viewing 15 replies - 3,991 through 4,005 (of 7,981 total)
  • Author
    Replies
  • in reply to: How to create JSON #91198
    tony
    Keymaster

    Hello,

    If you thinkl that you can make the docs better fell free to update it

    Regards

    Tony

    in reply to: How to create JSON #91196
    tony
    Keymaster

    Hello,

    Before posting it is good idea to look at docs

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data

    in reply to: Adding column that is not from db #91195
    tony
    Keymaster

    Hello,

    You can use the formatter (or custom formatter)

    See docs

    Regards

    Tony

    in reply to: Add button inline form #91193
    tony
    Keymaster

    Hello,

    Inline editing (as you say in first post) is diffrent from form editing.

    You can use onInitializeForm event to add a custom button in the form something like:

    onInitializeForm : function (formid)

    {

    $(”.EditButton”,formid).append(append here your button);

    // bind click to the botton here

    }

    Regards

    Tony

    in reply to: I can’t see jqgrid rows data #91191
    tony
    Keymaster

    Hello,

    The problem

    tony
    Keymaster

    Hello,

    Please check your path to the css

    FireFox tell me that this is not loaded

    in reply to: Set selection when data loaded #91187
    tony
    Keymaster

    Hello,

    You can try to use afterInsertRow – where you can set the selection.

    Note that in this case gridview mode should be false.

    Please let me know if this is faster.

    Regards

    Tony

    in reply to: Add button inline form #91185
    tony
    Keymaster

    Hello,

    Could you please look at demo page – section Row editing

    Another possibility is to use custom formater

    Regards

    Tony

    in reply to: sortableRows – how to use it? it’s jQuery UI… i know #91181
    tony
    Keymaster

    Hello,

    Have missed your post – sorry.

    Serialize would not work since we bind sortable to the table body of the grid

    Also you can use getDataIDs

    in reply to: Grid as subgrid #91172
    tony
    Keymaster

    Hello,

    Just downloaded the zip and have look. The file is here you just need find it or use find button and search for such file.

    Regards

    Tony

    in reply to: Show jqgrid by clicking a button #91171
    tony
    Keymaster

    Hello,

    Look here:

    Forum

    You have the same problem

    Reagrds

    Tony

    in reply to: How to new select row after an Add #91170
    tony
    Keymaster

    Hello,

    $(“mygrid”).jqGrid('addRowData', newid, {mydatahere});

    $(“mygrid”).setSelection(newid);

    in reply to: jgGrid with subGrid #91169
    tony
    Keymaster

    Hello,

    You can look into the demo there is such Example:

    Advanced => Grid as Subgrid

    And you will have a idea how to do this.

    Best Regards

    Tony

    in reply to: cell edition for a checkbox #91168
    tony
    Keymaster

    Hello,

    If you have ant installed you can just type ant in the directory where the grid is and you will see the min file.

    Also look at build.xml and build.properties when you download from GitHub

    Regards

    Tony

    in reply to: refresh one grid in real-time #91167
    tony
    Keymaster

    Hello,

    Did you mean to remove the Loading… message or something elese.

    It seems that I do not understand right

    Best Regards

    Tony

Viewing 15 replies - 3,991 through 4,005 (of 7,981 total)

Stay connected with us in your favorite flavor!