jQuery UI Widgets Forums Grid Help to Add Row!

This topic contains 3 replies, has 3 voices, and was last updated by  rathinakumar 9 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Help to Add Row! #26238

    damian_cavs
    Member

    Hi guys!! how are you?! I hope you are very well!!, I’m developing a Build CRUD Web App with jqxGrid using PHP and MySQL and I can update & delete row but I can’t Add new row….I follow the documentation instructions but I can’t.

    Do you have any example that run ok to this?

    many thanks for your help!!!!

    Best regards,

    Damian

    Help to Add Row! #26302

    Peter Stoev
    Keymaster

    Hi Damian,

    For adding a row, see: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/createremoveupdatedata.htm?web

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Help to Add Row! #69442

    rathinakumar
    Participant

    When i edit a gridcell that changes will affect when clicked to any other cell or click outside the grid. but i have a specfic function when click the button that function called and new row added but but my cell changes also gone old data only remins. i want to save the changes(cell edit value) before click the button or after click to the button.

    code:
    1.$(“#jqmyGrid”).jqxGrid(‘addrow’,null,data.children[0], “first”);
    2.this.updateGrid(true);
    After crossing line one my changes gone and new row added but
    i want save(cell edit) the change when click the button or before

    Help to Add Row! #69463

    rathinakumar
    Participant

    i found a solution ,now working thanks
    $(“#jqmyGrid”).jqxGrid(‘endcelledit’, 0, null, false) //added by rathina

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

You must be logged in to reply to this topic.