cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to input data manual at mashup screen

DR_10558933
8-Gravel

How to input data manual at mashup screen

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

 

ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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

Announcements


Top Tags