Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi guys,
I am working with advanced grid from marketplace. After many tries I am not able to get any data from the EditedTable property.
Scope:
I have service which is providing dynamic data for my Ad.Grid. It has 1 editable checkbox column (btw. there is a wrong definition of editable column in official documentation. Will report it as an bug later)
And it is assing to the gridAdvanced def which is:
This function is not invoked at all. Widget events like:
are not invoked as well.
Any ideas what I am doing wrong? Is this maybe a bug?
I am using ThingWorx 8.2.1.
Thanks,
Adam
I debug it even more and found Event bounding definition which is:
Now the fun part is that if I debug all 3 handlers from above definition, only first on is catched.
Cell Changed & Edit Cell are not working.
Still have no idea if it is my fault or problem in code.
Tried every possible combination of checkbox.
In result I customized code. Added new ootb column which is checkbox with onCheck event:
And this is working for me like a charm.
Would appriciate any help.
Best,
Adam