Grid add row and edit only few cells from the row. Thingworx version : 9.5.0-b143
Hi,
i am working on a requirement where i need create, delete and edit a row in a grid widget.
Creating/adding a new row is working fine but i am having problem in restricting edit option.
I have 4 columns in my grid col_a, col_b,col_c and col_d. Out of these 4 columns, col_a and col_b are keys for my data shape so should be not be allowed for editing. And only col_c and col_d should provide edit option.
currently if i modify column properties and make keep col_c and col_d as editable then i am not getting col_a and col_b when i try to add a row. If i keep all 4 columns as editable then i cannot restrict user to edit col_a and col_b which are key fields.

