The WebMail Grid demo allows to:
- Change the visual appearance of the control via the skin chooser
- Filter the control's contents either pressing the [FILTER] button or hitting keyboard [ENTER] key
- Dynamically load records dragging the vertical scroll to the bottom
- All operations are performed with asynchronous requests using the built-in RadGrid
Ajax mechanism
- Delete records pressing the delete button in arbitrary row
- Select items by either clicking on them/dragging region to select/change the status of a row's checkbox
Choose Skin:
Note: The changes in the data will be persisted per Session only. The data will be reset next time you visit the page.
Source Code & Description
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