jQWidgets Forums

jQuery UI Widgets Forums Grid 2 Quick question about field editing

This topic contains 1 reply, has 1 voice, and was last updated by  nograde 12 years ago.

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

  • nograde
    Member

    if i set editable to false, can i programmatically edit a specific field value given row and column input data?

    if editing is in enabled, can i programmatically edit a specific field value given row and column input data outside of the editor (ie with an onclick handler on a button outside the grid)

    thanks!


    nograde
    Member

    I found the API section on cell editing. Specifically:

    $("#jqxgrid").jqxGrid('setcellvalue', 0, 'lastname', 'My Value');

    I guess the question now is whether or not i can still do this if the column in the jqxGrid defines editing as false

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

You must be logged in to reply to this topic.