How to edit cell in Tree Grid Advance in Thingworx9?
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
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
Hi
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.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.