Skip to main content
8-Gravel
October 27, 2023
Solved

How to input data manual at mashup screen

  • October 27, 2023
  • 1 reply
  • 865 views

Excuse me, can we input data manually at mashup screen in grid table and storage in Thingworx. Thank you

 

Best answer by Arun_C

Hi @DR_10558933 ,

 

Yes, you can able to "RowAddButton" to add new rows in grid and use grids "isEditable" property to enable edit option in grid and select the editable columns in "ConfigureGridColumns" to update your grid data and then based on the "EditCompleted" event you store the grid's "EditedData" infotable data into your storage.

 

Kindly find the attached links for further refernces,

Editing Data in Grid Widget- Link

Adding and Deleting Data in Grid Widiget - Link

 

Arun_C_1-1698645357329.png

 

Thanks & Regards,

Arun C

1 reply

Arun_C16-PearlAnswer
16-Pearl
October 30, 2023

Hi @DR_10558933 ,

 

Yes, you can able to "RowAddButton" to add new rows in grid and use grids "isEditable" property to enable edit option in grid and select the editable columns in "ConfigureGridColumns" to update your grid data and then based on the "EditCompleted" event you store the grid's "EditedData" infotable data into your storage.

 

Kindly find the attached links for further refernces,

Editing Data in Grid Widget- Link

Adding and Deleting Data in Grid Widiget - Link

 

Arun_C_1-1698645357329.png

 

Thanks & Regards,

Arun C