Skip to main content
1-Visitor
September 13, 2022
Solved

How to edit cell in Tree Grid Advance in Thingworx9?

  • September 13, 2022
  • 1 reply
  • 1356 views

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

Best answer by TonyZhang

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.

TonyZhang_1-1695023277438.png

 

1 reply

24-Ruby III
September 13, 2022
Priyatosh1-VisitorAuthor
1-Visitor
September 13, 2022

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.