New to Kendo UI for Angular? Start a free 30-day trial
Angular Grid Sizing
The Angular Grid provides predefined options which allow you to set different padding to the Grid building blocks (tables, buttons, inputs, dropdowns, and others).
To change the default padding of the Grid elements, set the size property of the component. It accepts values of type GridSize.
The size option supports the following values:
small—Reduces the defaultpaddingof the building blocks of the Grid. Especially useful when you want to show more records on the page.medium(default)—Represents the defaultpaddingof the building blocks of the Grid.none—Removes the styling related to the Grid sizing option.
The
sizeoption does not change thepaddingof the elements displayed inside a popup (such as Filter Menu, Column Menu).
The following example demonstrates how to define the Grid size.
Change Theme
Theme
Loading ...