Two-Way Binding with Inline Row Editing

Hello,

Two-Way data binding isn't working properly with inline editing being enabled. If you add a row the model will get the added row, however, if you update a column value of an existing row, the column won't pickup that change.

1 Reply

TS Thavasianand Sankaranarayanan Syncfusion Team December 1, 2017 03:59 PM UTC

Hi Hussain, 

Thanks for contacting Syncfusion support. 

We have analyzed your query and we suspect that you want to update only a single column value in Grid dataSource. By default, two way binding support for the addition, deletion and updating whole collection of data. So, if you want to update a single column value then you need to update the whole Json data to Grid. Single column value is not get update in the Grid UI. We suggest you to update whole dataSource to the Grid. 

Regards, 
Thavasianand S. 


Loader.
Up arrow icon