Hi Support Team,
I have a dashbaordview which contains an ascx page and a xaf listview.
Now we want to add fields to filter the listview.
So I created a nonpersistent class (detailview) which contains the fields for filtering and a collection (using the same xaf listview).
Please refer to attached file for the screenshot.
Using the newly added detailview instead of the listview, I noticed that the fields is not editable.
I'm guessing that the NonPersistent object is not yet instantiated when the dashboard is loaded.
Please advise how to make the fields in detailview editable so I can input values to filter the listview.
Other implementation is welcome also.
Respectfully,
Carlo