New to Kendo UI for Angular? Start a free 30-day trial
FilterExpandSettings
Name | Type | Default | Description |
---|---|---|---|
expandedOnClear? |
|
|
Sets which nodes should be expanded when the filter is cleared.
|
expandMatches? |
|
|
Expand the matching nodes in order to display their children too. Only applicable in lenient mode because in strict mode, non-matching children are filtered out. |
maxAutoExpandResults? |
|
|
The max amount of auto-expanded filter results. If the number of filter results exceeds this value, the expanded state will be reverted according to the expandedOnClear setting. The default special value of -1 allows any number of results to be auto-expanded. |