Updating a column value of a row in ArrayDataProvider.
Summary
Updating a column value of a row in ArrayDataProvider.Content
Hi All,
I have requirment, In editable table, instead of keying in the data, user is going to click on a hyperlink icon which gives a popup which has search option and resultant table where user can search and select the row in table and on click of ok button in popup, one of the column value in the selected row would be a data for the editable rows column.this way I need to update 4 to 5 columns.
I am not able to assign the selected value to the editable row column directly.
0