Click or drag to resize

DataGridExtensions.Behaviors Namespace

Behaviors to enhance the functionality of the DataGrid
Classes
  ClassDescription
Public classApplyInitialSortingBehavior
A behavior to control the "ApplyInitialSorting" feature.
Public classBeginEditOnCtrlEnterBehavior
Ctrl+Enter on a cell starts editing the cell without clearing the content.
Public classClearTextBoxOnButtonClickBehavior
Clears the text of the TextBox when the associated button is clicked.
Public classDisableTargetWhileEditingBehavior
This behavior disables the specified Target element while the DataGrid is in editing mode.
Public classExtendedStarSizeBehavior
Extended start size column behavior. Allows columns to get larger than the client area, but not smaller. The Resizing behavior can be modified using Ctrl or Shift keys: Ctrl resizes all columns to the right proportionally, Shift fits all columns to the right into the client area. A tool tip can be attached to the column headers resizing grippers to help the user with these features.