Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
I have a mashup parameter object that contains a few infotables. My advanced grid widget has its data bound to one of those infotables. I am able to edit and add rows on the front end, but unable to delete rows on the frontend. Has anyone experienced this issue before, and/or do you have any ideas on how I can solve this problem?
Hi,
You can do that through DeletedTable (similar with EditedTable).
Best regards,
Raluca Edu
Thanks Raluca,
However, I think you may have misunderstood my issue. When I click "edit" then select a row and click "delete" the DeletedTable is not being populated
Berkob,
I have the same issue, did you ever find a resolution?
Hello @gaskilb ,
This looks like a bug, why don't you open a Tech Support case for it?
/ Constantine
If I recall correctly, I found this to a bug related to the widget properties. I ended up adding a boolean to my source data. I took the edited table from the grid and looped through the table to get each "selected" or "true" row. I then did a backend delete call, and refreshed the grid's data
I have exactly the same issue when using advance grid. Has this already been reported?