Pager Item
The Pager is a row which contains the paging navigation. If you want to have your data divided in pages, you should set the AllowPaging Property to true.
You can define the style of the Pager Row using the Telerik RadGrid property builder or Pager Style section of the Telerik RadGrid property grid.

CommandItem
The CommandItem is a placeholder for commands that can perform some action on the selected/all items. See the Command reference topic for details about the available commands.
StatusBarItem
The GridStatusBarItem appears below all other items in Telerik RadGrid and displays the information about the current grid status. This item is intended for use when Telerik RadGrid is in AJAX mode and it will indicate when Telerik RadGrid is performing AJAX requests. In order to show the status bar item you need to set ShowStatusBar property to true.

 |
Note that you should have a data source assigned in order to have Telerik RadGrid with status bar! |
See Also