DataGridExtensions.Behaviors Namespace | 
| Class | Description | |
|---|---|---|
| ApplyInitialSortingBehavior | 
            A behavior to control the "ApplyInitialSorting" feature.
              | |
| BeginEditOnCtrlEnterBehavior | 
            Ctrl+Enter on a cell starts editing the cell without clearing the content.
              | |
| ClearTextBoxOnButtonClickBehavior | 
            Clears the text of the TextBox when the associated button is clicked.
              | |
| DisableTargetWhileEditingBehavior | 
            This behavior disables the specified Target element while the
            DataGrid is in editing mode.
              | |
| ExtendedStarSizeBehavior | 
            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.
              |