This example shows a few of the features of RadGrid, which are commonly used in
scenarios like a web mail application:
- Single
and multiline selection. The selection can also be performed via the client-side
selection column
- AJAX mode enabled
for the grid with transparent loading template to indicate that the asynchrohous
request is in progress
- Load-on-demand paging, which loads new
records, as soon as the control detects that the user has scrolled to the bottom
of the scrollable area
- A skin
chooser, which allows the end-user to easily change the visual appearance of the
control
- A custom filtering area,
which dynamically constructs a filter expression and applies it to RadGrid, to
provide a filtering capability, but at the same time remove the need to include
filtering items for each column