Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I have a grid with rows. I have selected a row and now i want to make the columns editable on click of a button. How to achieve this?
Hi Ayushi, have you tried using this IsEditable & EditedTable property of the Grid. If you are using newer version e.g. 7.2 you could look into using the Advanced Grid with more options ThingWorx IoT Marketplace
Yes Sushant,
I am using Grid widget only. And have made isEditable field as true and have binded editable data to the input parameter of my service. But the issue is - how to make fields editable for user so that he/she can enter/update the values in the grid field?
Also I want to make fields editable dynamically.