Chapter 11
- Correct Answer: b
a. The framework provides SortStatus, which gives you the current sorting details on the column but does not provide a SortAscending method.
b. The loadNextPage method helps in paging through additional data.
- Correct Answer: b
a. Initially, the documentation had an incorrect entry with the option displayQuickFindSearch, which is now fixed.
b. The option displayQuickFind is used to display the search box for a dataset code component on both the home page and sub-grid.
- Correct Answer: b
a. When the id parameter is empty, that indicates a new record needs to be created. Hence, the application shows a create form for that specific table. If the table name is misspelled, then you will get an error but not when id is empty.
b. This is correct – a new form will be shown for that specific table.