Example of undefined in Angular Grid Component

This sample demonstrates the Grid component with the sticky header feature. In this sample, the header element will be visible when the parent element is scrolled.

Description

The Grid headers can be fixed while scrolling its parent element. It can be done by setting the enableStickyHeader property.

In this demo, while scrolling the demo page, the Grid header will be stick to the top of its parent element.

More information on the stacked header configuration can be found in this documentation section.