Skip to main content
1-Visitor
January 12, 2018
Question

i want to make grids' selected row editable on click of a button in TW 7.1

  • January 12, 2018
  • 3 replies
  • 3263 views

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?

3 replies

5-Regular Member
January 15, 2018

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

agupta-211-VisitorAuthor
1-Visitor
January 16, 2018

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?

agupta-211-VisitorAuthor
1-Visitor
January 16, 2018

Also I want to make fields editable dynamically.