Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
I tried to edit cell in Tree Grid Advance in Thingworx 9, but it is not editing.
I will be thankful, if someone provide me a solution.
Thanks in advance
"Features of the Standard Grid Not Currently Available in Advanced Grids": https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/AdvancedGrids.html#
"Cell Editing in Advanced Grids": https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/CellEditingInAdvancedGrids.html
Hi @VladimirN ,
Thanks for the reply I have tried the way you have mentioned, but it is not working.
Is there any other way to edit cell in Advance Grid.
Hi, I have done the following binding, but still the edited data is not saving in the data base, could you provide some solution?
Hi @Priyatosh
From your screenshot, I don't see you bind Edited Table to Table_Update service.
The below edited table contains the new row of data that the user edited on UI, without passing this information to your Table_Update service, it merely changed on UI and won't make any change on the data source, I'm not sure what's going on in your Table_Update service, but you definitely need to pass EditedTable to an input paramater of the update service and in the implementation of your service, update the record in DB with the new row of data.