I'm trying to learn how to use a DataView component on a form instead of a Grid component. I am using the Cloud version of Mongoose.
My use case is:
- Form has selection fields
- User enters data into selection fields
- Data is displayed in the DataView component instead of the Grid component
So far, I've been able to add a DataView component to a form. The DataView component is loaded with data on initial form load. Is there a way to have the DataView not load on initial form load? I don't want the DataView component to load until the user has entered the selection criteria. And then I want to reload the DataView component anytime the user changes the selection criteria. Is this possible with a DataView component?
Thanks for your help.