jQWidgets Forums

jQuery UI Widgets Forums Grid add row programmatically

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • add row programmatically #32897

    morgenweck
    Participant

    I have a grid (Grid1) that has about 160,000 rows and I have added a checkbox to each row. I want to have another grid (Grid2) with the same datafields that a new row is added once the checkbox is checked in Grid1. Is there a way to add the entire datarow at one time or do I need to add a row and then edit each field with the value in the original datarow? Or clone the first Grid and filter based upon the checkboxes? As you can tell I’m not sure of the most efficient way to populate the second grid.

    add row programmatically #32922

    Dimitar
    Participant

    Hello morgenweck,

    We suggest that you use the addrow method, in which you can fully populate the row with data. Its second parameter is the row data, which has to be a JSON object. You can learn more about it in jqxGrid’s API Documentation.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.