Question
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:
- Checked "IsEditable" Property

- 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.

