Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hello Team,
I am trying to make advance grid editable using configuration json property but I am unable to implement that. Please suggest in this issue if anyone have implemented such thing before. I have used the following snippet but unable to achieve grid editable.
var config = {
“cellEditingEnabled”: true,
“columns”:
...
}
};
“ColumnFormatter”: {
“type”: “boolean”,
“format”: “notext”,
“cellEditor”: {
“enabled”: true, // *{boolean} to indicate whether cell
editing is enable for this column
“type”: ‘checkbox’ // *{string} the editor type to use
for the column.
},
}
..
Solved! Go to Solution.
Hi,
Look at some similar previous questions:
Hi,
Look at some similar previous questions:
I have used the same configuration in service but still not able to edit the grid using configuration service.