Forum Discussion
Same here, bummer. I had hope for minute there ... 😆
The problem is the TaksResult objects. The XFSqlTableEditorSaveDataTaskResultTaskResult lacks these two properties needed for this to work:
XFSelectionChangedUIActionInfo? ModifiedSelectionChangedUIActionInfo { get; set; }
bool ChangeSelectionChangedNavigationInDashboard { get; set; }
The SQLTableEditor seems to be a one-off component in dashboards, like a brother from another mother. It also uses a different TaskResult type than everything else.
Its not your exact requirement but... what about putting that first table in a pop-up dialog box via a button? That way when you close the dialog you can have it trigger a refresh as buttons have 'Open Dialog, Apply Changes, and Refresh' as an option.
Related Content
- 2 years ago
- 4 years ago
- 3 years ago