New to Kendo UI for Angular? Start a free 30-day trial
GridResizableSettings
Updated on Oct 30, 2025
Configures size restrictions for a resizable Grid. Use this interface to set min and max width and height for the Grid.
| Name | Type | Default | Description | 
|---|---|---|---|
| maxHeight? | 
 | Sets the maximum height of the resizable Grid. Accepts all valid CSS  | |
| maxWidth? | 
 | Sets the maximum width of the resizable Grid. Accepts all valid CSS  | |
| minHeight? | 
 | Sets the minimum height of the resizable Grid. Accepts all valid CSS  | |
| minWidth? | 
 | Sets the minimum width of the resizable Grid. Accepts all valid CSS  |