RadGrid

  • Grid
    • GroupPanel
      • GroupPanelItem
    • FilterItem
    • TableView
      • DataItem
        • DataCell
      • GroupHeader
      • EditForm
    • TableHeader
    • PagerItem
    • FooterCell

 

Translator Brief Description Handled Actions Verifications - Quick Tasks
Grid
  • Displays data in tabular format.
  • The represented data is organized in rows and columns and can be additionally sorted, filtered, or structured in groups and sub-groups.
  • Column sort
  • Command item AddNew & Refresh
  • Drag to group (from TableHeader into GroupPanel)
  • Drag to ungroup (from GroupPanel into TableHeader)
  • Ungroup button click
  • Drag to select (items)
  • GroupPanel item sort
  • Columns reorder
  • Group expand/collapse
  • Filter menu popup
  • Header context menu popup
  • Item edit
  • Item delete
  • Item expand/collapse (hierarchy)
  • Item select (single click)
  • Item select/unselect via ClientSelectColumn check box
  • Item select/unselect via ClientSelectColumn check box in the header
  • Item insert/update/cancel (edit form)
  • Item update/cancel (in-line editing)
  • Pager actions
    • Load first, last, next, previous
    • Next, previous pages
    • Load page by
  • Advanced pager actions
    • Go to page
    • Change page size
  • Row selection enabled (single, multiple, drag-to-select option)
  • Column reorder allowed
  • Column reorder enabled on client
  • Column resizing allowed
  • Row resizing allowed
  • Detail table level (in case of hierarchy)
GroupPanel
  • Each Panel item represents a column in one of the table views that the grid displays.
  • Panel items
TableHeader (Column)
  • The header appears above the rows, and is represented by the TableHeader object.
  • Unique name
  • Index
  • Sort order (none, ascending, descending)
  • Column state (resizable, reorderable, visible)
TableView
  • RadGrid allows presentation of related DataTables or custom objects with parent/child relations as a hierarchical structure of tables.
  • Table name
  • Data item count
  • Selected item count
  • Allowed multi-column sorting
  • Is in insert mode
  • Filter item is visible
DataItem
  • Each item is a GridDataItem object. 
  • Item Id
  • Item index
  • Item state (selected, expanded, edited)
DataCell
  • The regular data cells of the grid.  
  • Text content
GroupHeader
  • The cell on the top of each grid column.
  • Header text content
  • Group is expanded/collapsed
Pager
  • Controls to change the page by next, previous, first, last, or jump to a specific page.
  • Mode
  • Page size
  • Current page index
  • Page count
  • Info text
FooterCell 
  • Displays information about the column (such as summary information). 
  • Text content