Advanced Grid Widget 4.1.1 - Row Selection does not work when isEditable property is Checked
Hi, I have a problem with configuration of Advanced Grid columns via JSON.
My goal is to create one editable column, no problem with that.
And I also need to capture the values of the selected row.
The problem is that when the Editable property is set to true, then row selection does not work.
When the Editable property is set to false, then the row selection works very well.
My TWX Version: ThingWorx 8.4.0-b2013
Configuration for single selection row:
"rows": {
"selection": "single",
"defaultSelectedRows": "",
"minHeight": "20px",
"autoScroll": false
}
Configuration for edition:
1. Activation of table edition mode
"cellEditingEnabled": true,
2. Definition of cell to be editable
{
"targets": 0,
"fieldName": "priority",
"title": " ",
"width": "23px",
"autoWidth": false,
"overflow": "wrapped",
"headerTextAlignment": "center",
"textAlignment": "center",
"hidden": false,
"inLayout": true,
"columnFormatter": {
"type": "integer",
"format": "0",
"cellEditor": {
"enabled": true
}
}
}
I have found another post that refers to the same problem but with the Tree Grid Advanced 4.2.0, but no solution founded:
https://community.ptc.com/t5/ThingWorx-Developers/Tree-Grid-Advanced-4-2-0-Row-Selection-does-not-work-when/m-p/610508/highlight/false#M36432
Thank you for any help in advanced.
Regards,
Ana Duarte.

