PageSizeMode

12 Sep 20251 minute to read

Defines the available PageSizeMode options for pagination in a tree grid structure.
The available page size modes are:

  • All: Considers all records, including both parent and child records, when calculating the number of records per page.
  • Root: Considers only root-level parent records, excluding child records, when calculating the number of records per page.

  • All
  • Root