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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to edit data from a grid widget

fmanniti
9-Granite

How to edit data from a grid widget

I've seen that the grid widget has this property that makes a column's data editable.

In my grid I have two columns: NameOfTheThing (string) and View (boolean)

I want View to be editable.

What did I do:

  1. Checked "IsEditable" Property
  2. In Configure Grid Column I checked Editable under the "View" column format

What is my problem:

I don't know how to set the changing runtime.

If I edit my checkbox on the grid I can't actually see my data changing.

2 REPLIES 2
PaiChung
22-Sapphire I
(To:fmanniti)

The Grid also has 'Edited Table' that is the full content of the Grid, you need to take that content into a Service to then do the actual data update(s)

Yes, but I didn't understand which service because I tried with Set Properties (which is the service I've used so far to set new values of properties) but it doesn't bind.

Do I have to make my own service?

Top Tags