Integrating code components with out-of-the-box options
The application provides three out-of-the-box options on every view or sub-grid: namely, the command bar, the view selector, and quick search. These options not only enhance the user interface but also closely interact with the data on the view or sub-grid. The way the command bar interacts with the dataset is if you select a record from the dataset, then the list of buttons on the command bar will change. The view selector provides a different dataset query, which changes the data on the dataset. The quick find enables the user to search and filter the records within the dataset.
PCF provides an additional parameter that you can define on the data-set tag in the ControlManifest.Input.xml file. You can enable or disable which of the options you want your dataset to integrate with the options provided by the application. The following snippet sets all three options as true, which means that they are enabled to integrate:
...