GridControl Members
The grid control.Constructors
Name | Description |
---|---|
GridControl() | Initializes a new instance of the GridControl class with default settings. |
Fields
Properties
Name | Description |
---|---|
ActiveEditor | Gets the active editor. This is a dependency property. Inherited from DataControlBase. |
ActualGroupCount | Gets the actual number of grouping columns. |
ActualItemTemplateSelector |
Gets the actual template selector that chooses an item template based on custom logic. This is a dependency property. |
ActualShowFilterPanel | Gets whether the filter panel is displayed within a grid. This is a dependency property. Inherited from DataControlBase. |
AllowCascadeUpdate | Gets or sets whether cascading data updates are allowed in GridControl. This is a dependency property. |
AllowColumnFiltering | Gets or sets whether an end-user can filter data by column. This is a dependency property. Inherited from DataControlBase. |
AllowColumnMoving | Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. Inherited from DataControlBase. |
AllowCommitOnValidationAttributeError | Gets or sets whether or not a cell’s value that has failed validation specified by the Data Annotations attribute(s), can be posted to a data source. This is a dependency property. Inherited from DataControlBase. |
AllowEditing | Gets or sets whether end-users are allowed to change cell values. This is a dependency property. Inherited from DataControlBase. |
AllowGrouping | Gets or sets a value that specifies whether an end-user can group data. This is a dependency property. Inherited from GridControlBase. |
AllowHorizontalScrollingVirtualization | Gets or sets a value indicating whether virtualization is enabled for horizontal scrolling. |
AllowLeaveInvalidEditor | Gets or sets whether an editor that did not pass validation can lose focus. This is a dependency property. Inherited from DataControlBase. |
AllowLiveDataShaping | Gets or sets whether or not the grid recalculates sorting/grouping/filtering/summaries automatically when data in a data source is modified outside the grid. |
AllowResizing | Gets or sets whether end-users can change column widths by dragging the edges of their headers. |
AllowSorting | Gets or sets whether an end-user can sort data. This is a dependency property. Inherited from DataControlBase. |
AlternateRowBackground | Gets or sets the brush used to paint the background of alternate rows. This is a dependency property. |
AlternateRowBackgroundPalette | Gets or sets the palette used to paint the background of alternate rows. This is a dependency property. |
AlternationCount | Gets or sets the alternate row frequency. This is a dependency property. |
AutoExpandAllGroups | Gets or sets whether all group rows are automatically expanded after each grouping operation. This is a dependency property. |
AutoGenerateColumns | Gets or sets whether columns should be created automatically for all fields in a data source. This is a dependency property. Inherited from DataControlBase. |
AutoScrollOnSorting | Gets or sets whether a grid is automatically scrolled after the order of rows has been changed. This is a dependency property. Inherited from DataControlBase. |
AutoWidth | Gets or sets whether column widths are automatically changed so that the total column width matches the grid width. |
BottomAdditionalRowsCount | |
CellStyle | Gets or sets the style applied to data cells displayed within a grid. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderStyle | Gets or sets the column header’s style. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderTemplate | Gets or sets the template that defines the presentation of column header content. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderTemplateSelector | Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderToolTipTemplate | Gets or sets the template that defines the presentation of a column header’s tooltip. This is a dependency property. Inherited from DataControlBase. |
ColumnMenu | Gets or sets the context menu that is invoked when the end-user right-clicks a column header. |
Columns | Provides access to the grid’s column collection. |
Commands | Provides access to grid commands. |
CurrentColumn | Gets or sets the focused column. Inherited from GridControlBase. |
CurrentItem | Gets or sets the currently focused data row. Inherited from DataControlBase. |
FilterCriteria | Gets or sets the grid’s filter criteria. This is a dependency property. Inherited from DataControlBase. |
FilterPanelText | Gets the text displayed within the Filter Panel. This is a dependency property. Inherited from DataControlBase. |
FilterString | Gets or sets the grid’s filter expression. This is a dependency property. Inherited from DataControlBase. |
FixedSummariesLeft | Gets total summaries displayed within the Fixed Summary Panel and aligned to the left. Inherited from DataControlBase. |
FixedSummariesRight | Gets total summaries displayed within the Fixed Summary Panel and aligned to the right. Inherited from DataControlBase. |
FixedTotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. Inherited from DataControlBase. |
FocusedBorderTemplate | Gets or sets the template that defines the presentation of a focused row’s border. This is a dependency property. Inherited from DataControlBase. |
FormatConditions | Provides access to the collection of conditional formatting rules. |
GridMenu | Gets or sets the context menu that is invoked when the end-user right-clicks within an empty space within the grid. |
GroupColumnSummaryContentStyle | Gets or sets the style applied to group summary items. This is a dependency property. |
GroupPanelMenu | Gets or sets the context menu that is invoked when the end-user right-clicks within the Group Panel. |
GroupSummary | Provides access to group summary items. |
GroupSummaryContentStyle | Gets or sets the style applied to group summary items. This is a dependency property. Inherited from GridControlBase. |
GroupSummaryDisplayMode | Gets or sets the position of group summaries within a group row. This is a dependency property. |
GroupSummaryItemTemplate | Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. Inherited from GridControlBase. |
GroupValueTemplate | Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. Inherited from GridControlBase. |
GroupValueTemplateSelector | Gets or sets an object that chooses a group row value template based on custom logic. This is a dependency property. Inherited from GridControlBase. |
HasValidationError | Gets whether a validation error has been defined for the grid. This is a dependency property. Inherited from DataControlBase. |
HeadersData | Gets the information about column headers. Inherited from DataControlBase. |
HorizontalViewport | Gets the width of the grid’s client area. |
IncrementalLoadingThreshold | Gets or sets the threshold range that governs when the grid will begin to prefetch more row items. This is a dependency property. Inherited from DataControlBase. |
IndicatorWidth | Gets or sets the width of the Row Indicator Panel. |
IsEditing | Gets whether the focused cell is currently being edited. This is a dependency property. Inherited from DataControlBase. |
IsFilterEnabled | Gets or sets whether the current filter is enabled. This is a dependency property. Inherited from DataControlBase. |
IsGrouped | Gets whether the grid’s data is grouped. |
IsGroupPanelVisible | Gets whether the Group Panel is visible. Inherited from GridControlBase. |
IsSynchronizedWithCurrentItem | Gets or sets whether a grid should keep the DataControlBase.SelectedItem synchronized with the current item in the Windows.UI.Xaml.Data.ICollectionView. This is a dependency property. Inherited from DataControlBase. |
ItemClickCommand | Gets or sets the command to invoke when an item is clicked. Inherited from DataControlBase. |
ItemContainerStyle | Gets or sets the style applied to the container element generated for each item within the grid. This is a dependency property. |
ItemMinHeight | Gets or sets the minimum height of rows. This is a dependency property. |
ItemNavigationMode | Gets or sets whether a single or double tap is needed to navigate to an item. Inherited from DataControlBase. |
ItemNavigationTargetParameterBinding | Gets or sets a binding that defines a parameter to be passed to the target page, invoked when clicking an item. Inherited from DataControlBase. |
ItemNavigationTargetType | Allows you to specify a page to be opened when an end-user clicks an item. Inherited from DataControlBase. |
ItemsSource | Gets or sets the grid’s data source. This is a dependency property. Inherited from DataControlBase. |
ItemTemplate | Gets or sets the template that defines the presentation of data rows. This is a dependency property. |
ItemTemplateSelector | Gets or sets an object that chooses a list item template based on custom logic. This is a dependency property. |
KeepFocusedRowOnUpdate | Gets or sets whether the currently selected row retains focus when data is sorted, grouped or filtered. Inherited from DataControlBase. |
LeftDataAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
LeftGroupAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
NavigationStyle | Gets or sets whether row focusing is allowed. This is a dependency property. Inherited from DataControlBase. |
NewItemRowPosition | Gets or sets the New Item Row‘s position within the grid. This is a dependency property. |
PredefinedFormats | |
PreserveSorting | Gets or sets whether clicking a column header clears the existing sort settings. This is a dependency property. Inherited from DataControlBase. |
RightDataAreaIndent | This member supports the internal infrastructure and is not intended to be used directly from your code. |
RowCellMenu | Gets or sets the context menu that is invoked when the end-user right-clicks a data cell, a row or within the Row Indicator Panel. |
RowIndicatorHorizontalOffset | Gets or sets the horizontal offset for the Row Indicator Panel. This is a dependency property. |
SearchColumns | Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property. Inherited from DataControlBase. |
SearchDelay | Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property. Inherited from DataControlBase. |
SearchPanelAllowFilter | Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property. Inherited from DataControlBase. |
SearchPanelClearOnClose | Gets or sets whether or not the search string is cleared when closing the Search Panel. This is a dependency property. Inherited from DataControlBase. |
SearchPanelCloseDelay | Gets or sets the amount of time, in milliseconds, after which a Search Panel that doesn’t contain any search criteria is closed. This is a dependency property. Inherited from DataControlBase. |
SearchPanelCriteriaOperatorType | Gets or sets the logical operator type (AND or OR). This is a dependency property. Inherited from DataControlBase. |
SearchPanelFindFilter | Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. Inherited from DataControlBase. |
SearchPanelFindMode | Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. Inherited from DataControlBase. |
SearchPanelHighlightingSettings | Gets or sets the font settings used to highlight the text that matches the search criteria. This is a dependency property. Inherited from DataControlBase. |
SearchPanelHighlightResults | Gets or sets whether to highlight search results within located records. This is a dependency property. Inherited from DataControlBase. |
SearchString | Gets or sets the search string specified within the Search Panel. This is a dependency property. Inherited from DataControlBase. |
SelectedItem | Get or sets the currently focused data item. Inherited from DataControlBase. |
SelectedItemHandle | Gets or sets the selected item’s handle. This is a dependency property. Inherited from DataControlBase. |
SelectedItems | Gets data objects that correspond to items currently selected within a grid. Inherited from DataControlBase. |
SelectionMode | Gets or sets whether multiple row/cell selection is enabled. This is a dependency property. Inherited from DataControlBase. |
ShowAutoFilterRow | Gets or sets whether the Auto Filter Row is displayed. This is a dependency property. |
ShowColumnHeaders | Gets or sets whether a grid displays column headers. This is a dependency property. Inherited from DataControlBase. |
ShowCriteriaInAutoFilterRow | Gets or sets whether or not to display the criteria selector buttons in the Auto Filter Row for all columns. This is a dependency property. |
ShowFilterPanelMode | Gets or sets when the Filter Panel is displayed within a grid. This is a dependency property. Inherited from DataControlBase. |
ShowFixedTotalSummary | Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property. Inherited from DataControlBase. |
ShowGroupedColumns | Gets or sets whether the grouped columns are displayed within a grid. This is a dependency property. Inherited from GridControlBase. |
ShowGroupPanel | Gets or sets a value specifying whether the Group Panel is displayed. Inherited from GridControlBase. |
ShowIndicator | Gets or sets whether to show the Row Indicator Panel. |
ShowLoadingPanel | Inherited from DataControlBase. |
ShowSearchPanelMode | Gets or sets when the Search Panel is shown within the grid. This is a dependency property. Inherited from DataControlBase. |
ShowTotalSummary | Gets or sets whether to display the total summary panel. Inherited from DataControlBase. |
ShowValidationAttributeErrors | Gets or sets whether or not error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from DataControlBase. |
SummariesIgnoreNullValues | Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property. Inherited from DataControlBase. |
TopRowIndex | Gets or sets the index of the top visible row. Inherited from DataControlBase. |
TotalSummary | Provides access to a collection of total summary items. |
TotalSummaryContentStyle | Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. Inherited from DataControlBase. |
TotalSummaryData | Gets information about the total summary. Inherited from DataControlBase. |
TotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. Inherited from DataControlBase. |
ValidationError | Provides access to the object, which contains information about the validation error. This is a dependency property. Inherited from DataControlBase. |
VirtualizingCacheHeight | Gets or sets the height of buffer areas above and below the visible area of the grid to be rendered. Inherited from DataControlBase. |
VirtualizingCacheWidth | Gets or sets the width of buffer areas above and below the visible area of the grid to be rendered. This is a dependency property. Inherited from DataControlBase. |
VisibleColumns | Gets the list of visible columns. This is a dependency property. Inherited from GridControlBase. |
VisibleRowCount | Gets the total number of rows displayed within the grid. Inherited from DataControlBase. |
Methods
Name | Description |
---|---|
AddNewRow() | Adds a new record. |
BeginDataUpdate() | Prevents visual and internal data updates until the DataControlBase.EndDataUpdate method is called. Inherited from DataControlBase. |
BeginInit() | Starts the control’s runtime initialization. Inherited from DataControlBase. |
BeginSelection() | Prevents selection updates until the DataControlBase.EndSelection method is called. Inherited from DataControlBase. |
ClearColumnFilter(ColumnBase) | Removes the filter condition applied to the specified column. Inherited from DataControlBase. |
ClearColumnFilter(String) | Removes the filter condition applied to the specified column. Inherited from DataControlBase. |
ClearGrouping() | Ungroups the grid. |
ClearSorting() | Clears the sorting applied to the grid. Inherited from DataControlBase. |
CollapseAllGroups() | Collapses all group rows. |
CollapseGroupRow(Int32, Boolean) | Collapses the specified group row and optionally any child group rows at all nesting levels. |
CollapseGroupRow(Int32) | Collapses the specified group row. |
CommitEditing() | Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. Inherited from DataControlBase. |
DeleteRow(Int32) | Deletes the specified data row. Inherited from GridControlBase. |
EndDataUpdate() | Enables visual and internal data updates after the DataControlBase.BeginDataUpdate method call, and updates the grid. Inherited from DataControlBase. |
EndInit() | Ends the runtime initialization. Inherited from DataControlBase. |
EndSelection() | Enables selection updates after calling the DataControlBase.BeginSelection method, and forces an immediate update. Inherited from DataControlBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
ExpandAllGroups() | Expands all group rows. |
ExpandGroupRow(Int32, Boolean) | Expands the specified group row and optionally any child group rows at all nesting levels. |
ExpandGroupRow(Int32) | Expands the specified group row. |
GetCellElementByRowHandleAndColumn(Int32, ColumnBase) | Returns the specified cell’s UI element. Inherited from DataControlBase. |
GetCellElementByTreeElement(DependencyObject) | Returns a cell that contains the specified tree element. Inherited from DataControlBase. |
GetCellValue(Int32, GridColumnBase) | Returns the value of the specified data cell. |
GetCellValue(Int32, String) | Returns the value of the specified data cell. Inherited from DataControlBase. |
GetCellValueByListIndex(Int32, GridColumnBase) | Returns the specified cell’s value. |
GetCellValueByListIndex(Int32, String) | Returns the specified cell’s value. |
GetChildRowCount(Int32) | Returns the number of child rows (group or data) contained within the specified group row. |
GetChildRowHandle(Int32, Int32) | Returns the handle of the row contained within the specified group row, at the specified position. |
GetColumnByTreeElement(DependencyObject) | Returns a column whose cell contains the specified tree element. Inherited from DataControlBase. |
GetColumnFilterCriteria(ColumnBase) | Returns a filter applied to the specified column. Inherited from DataControlBase. |
GetColumnFilterCriteria(String) | Returns a filter applied to the specified column. Inherited from DataControlBase. |
GetColumnFilterString(ColumnBase) | Returns a filter expression applied to the specified column. Inherited from DataControlBase. |
GetColumnFilterString(String) | Returns a filter expression applied to the specified column. Inherited from DataControlBase. |
GetCurrentGrid(DependencyObject) static | Gets the value of the DataControlBase.CurrentGrid attached property for a specified DependencyObject. Inherited from DataControlBase. |
GetCurrentViewChangedListener(DependencyObject) static | Gets the value of the DataControlBase.CurrentViewChangedListener attached property for a specified DependencyObject. Inherited from DataControlBase. |
GetGroupRowValue(Int32, GridColumnBase) | Returns a value of the specified group row in the specified grouping column. |
GetGroupRowValue(Int32) | Returns the value of the specified group row. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetListIndexByRowHandle(Int32) | Returns the specified data row’s index in a data source. |
GetParentRowHandle(Int32) | Determines a particular row’s parent group row. |
GetRow(Int32) | Returns an object in a data source that corresponds to the specified row. |
GetRowByListIndex(Int32) | Returns an object that represents the specified row. |
GetRowElementByRowHandle(Int32) | Returns a UI element that is the specified row. Inherited from DataControlBase. |
GetRowHandleByListIndex(Int32) | Returns the data row’s handle by its index in a data source. |
GetRowHandleByVisibleIndex(Int32) | Returns a row’s handle by specifying its visible index. |
GetRowState(Int32) | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataControlBase. |
GetRowVisibleIndexByHandle(Int32) | Returns the row’s position within a grid by its handle. |
GetSelectedCells() | Returns the selected data cells. Inherited from DataControlBase. |
GetSelectedItem() | Returns the currently selected row. |
GetSelectedItemCellValue(GridColumnBase) | Returns the value of the specified cell contained within the focused row. |
GetSelectedItemCellValue(String) | Returns the value of the specified cell contained within the selected row. |
GetTotalSummaryValue(SummaryItemBase) | Returns the value of the specified total summary item. Inherited from DataControlBase. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GroupBy(GridColumnBase, ColumnSortOrder, Int32) | Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level. |
GroupBy(GridColumnBase, ColumnSortOrder) | Groups data by the values of the specified column with the specified sort order. |
GroupBy(GridColumnBase, Int32) | Groups data by the values of the specified column. If several columns are involved in grouping, the specified column will reside at the specified grouping level. |
GroupBy(GridColumnBase) | Groups data by the values of the specified column. |
GroupBy(String) | Groups data by the values of the specified column. |
HideEditor() | Closes the active editor, discarding all the changes made. Inherited from DataControlBase. |
IsCellSelected(Int32, ColumnBase) | Indicates whether the specified cell is selected. Inherited from DataControlBase. |
IsGroupRow(Int32, Int32) | Indicates whether the specified index corresponds to a group row. For internal use only. Inherited from GridControlBase. |
IsGroupRowExpanded(Int32) | Indicates whether the specified group row is expanded. |
IsItemSelected(Int32) | Indicates whether the specified item is selected. Inherited from DataControlBase. |
IsRowVisible(Int32) | Indicates whether the specified row is visible. |
IsValidRowHandle(Int32) | Indicates whether the specified row handle is valid. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MergeColumnFilters(CriteriaOperator) | Combines the specified filter with the grid’s current filter with the AND operator. Inherited from DataControlBase. |
MergeColumnFilters(String) | Combines the specified filter with the grid’s current filter with the AND operator. Inherited from DataControlBase. |
MoveColumnTo(ColumnBase, Int32) | Moves the specified column to the specified position. Inherited from DataControlBase. |
MoveFirstRow() | Moves focus to the first visible row within a grid. Inherited from DataControlBase. |
MoveLastRow() | Moves focus to the last visible row within a grid. Inherited from DataControlBase. |
MoveNextPage() | Moves focus forward to the bottom row displayed onscreen within a grid. |
MoveNextRow() | Moves focus to the row following the one currently focused. |
MovePrevPage() | |
MovePrevRow(Boolean) | |
MoveSelectedItem(Int32) | Selects the specified item. Inherited from DataControlBase. |
PopulateColumns() | Creates columns for all fields in a bound data source. Inherited from DataControlBase. |
PostEditor() | Saves the active editor’s value to a data source without closing the editor. Inherited from DataControlBase. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RefreshData() | Updates the control data. Inherited from DataControlBase. |
ScrollIntoView(Int32) | Makes the specified row visible onscreen. |
ScrollIntoView(Object) | Makes the specified row visible onscreen. Inherited from DataControlBase. |
SelectAll() | Selects all items within a grid. Inherited from DataControlBase. |
SelectCell(Int32, GridColumnBase) | Selects the cell. Inherited from DataControlBase. |
SelectCells(Int32, GridColumnBase, Int32, GridColumnBase) | Selects multiple cells. Inherited from DataControlBase. |
SelectItem(Int32) | Selects the specified item. Inherited from DataControlBase. |
SelectItem(Object) | Selects the specified item. Inherited from DataControlBase. |
SelectRange(Int32, Int32) | Selects multiple items, while preserving the current selection (if any). Inherited from DataControlBase. |
SetCurrentGrid(DependencyObject, DataControlBase) static | Sets the value of the DataControlBase.CurrentGrid attached property to a specified DependencyObject. Inherited from DataControlBase. |
SetCurrentViewChangedListener(DependencyObject, INotifyCurrentViewChanged) static | Sets the value of the DataControlBase.CurrentViewChangedListener attached property to a specified DependencyObject. Inherited from DataControlBase. |
SetSelectedItemUnboundColumnValue(GridColumnBase, Object) | Sets the value of the specified unbound column cell contained within the selected row. |
SetSelectedItemUnboundColumnValue(String, Object) | Sets the value of the specified unbound column value in the selected item. |
SetUnboundColumnValue(Int32, GridColumnBase, Object) | Sets the value of the specified unbound column cell. |
SetUnboundColumnValue(Int32, String, Object) | Sets the specified unbound column cell value. |
ShowEditor() | Activates the focused cell’s inplace editor. Inherited from DataControlBase. |
SortBy(GridColumnBase, ColumnSortOrder, Int32) | Sorts data by the values of the specified column in the specified order, and places the column at the specified position among the sorted columns. |
SortBy(GridColumnBase, ColumnSortOrder) | Sorts data by the values of the specified column in the specified order. |
SortBy(GridColumnBase) | Sorts data by the values of the specified column. |
SortBy(String) | Sorts data by the values of the specified column. Inherited from DataControlBase. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UngroupBy(GridColumnBase) | Ungroups data by the values of the specified column. |
UngroupBy(String) | Ungroups data by the values of the specified column. |
UnselectAll() | Unselects any selected items within a grid. Inherited from DataControlBase. |
UnselectCell(Int32, GridColumnBase) | Unselects the specified cell. Inherited from DataControlBase. |
UnselectCells(Int32, GridColumnBase, Int32, GridColumnBase) | Unselects the specified cells. Inherited from DataControlBase. |
UnselectItem(Int32) | Unselects the specified item. Inherited from DataControlBase. |
UnselectItem(Object) | Unselects the specified item. Inherited from DataControlBase. |
UpdateTotalSummary() | Updates total summaries. Inherited from DataControlBase. |
UpdateUnboundColumnValues(Int32) | Updates unbound column values in the specified row. Inherited from DataControlBase. |
Events
Name | Description |
---|---|
AddingNewRow | Fires before a new row is added to the data source via the Grid. |
AutoGeneratedColumns | Occurs after the columns have been automatically generated. Inherited from DataControlBase. |
AutoGeneratingColumn | Occurs each time an individual column is auto-generated. Inherited from DataControlBase. |
BeforeLayoutRefresh | Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e.g. moving row focus, row scrolling, sorting, etc.). Inherited from DataControlBase. |
CellValueChanged | Occurs after a cell’s value has been changed. Inherited from GridControlBase. |
CellValueChanging | Fires in response to changing the edit value. Inherited from GridControlBase. |
ColumnsPopulated | Obsolete. Occurs after the columns have been automatically generated. Inherited from DataControlBase. |
ContextMenuClosed | Occurs after the context menu has been closed. |
ContextMenuOpened | Occurs after the context menu has been opened. |
ContextMenuOpening | Occurs before the context menu is opened. |
CurrentColumnChanged | Occurs after the focused column has been changed. Inherited from DataControlBase. |
CustomCellAppearance | Allows you to customize cell appearance. |
CustomColumnGroup | Provides the capability to group data using custom rules. |
CustomColumnSort | Enables you to sort data using custom rules. |
CustomGroupDisplayText | Enables you to provide custom content for group rows. Inherited from GridControlBase. |
CustomSummary | Allows you to calculate summary values manually. |
CustomSummaryExists | Enables you to specify which summaries should be calculated and displayed. |
CustomUnboundColumnData | Enables data to be supplied to unbound columns. |
EndGrouping | Occurs after the grouping operation has been completed. |
EndSorting | Occurs after a sorting operation has been completed. |
FilterChanged | Occurs after the grid’s filter has been changed. Inherited from DataControlBase. |
GroupRowCollapsed | Occurs after a group row has been collapsed. |
GroupRowCollapsing | Occurs when a group row is about to be collapsed, allowing cancellation of the action. |
GroupRowExpanded | Occurs after a group row has been expanded. |
GroupRowExpanding | Occurs when a group row is about to be expanded, allowing cancellation of the action. |
HiddenEditor | Occurs after a cell’s editor has been closed. Inherited from GridControlBase. |
InitNewRow | Allows you to initialize a new row with default values. |
InvalidRowException | Fires when a row fails validation or when it cannot be saved to a data source. Inherited from GridControlBase. |
ItemsSourceChanged | Occurs after the DataControlBase.ItemsSource property has been changed. Inherited from DataControlBase. |
PropertyChanged | Occurs every time any of the DataControlBase class properties have changed their value. Inherited from DataControlBase. |
RowCanceled | Inherited from GridControlBase. |
RowUpdated | Inherited from GridControlBase. |
SelectedItemChanged | Occurs after the selected item has been changed. Inherited from DataControlBase. |
SelectionChanged | Occurs after grid’s selection has been changed. Inherited from DataControlBase. |
ShowFilterPopup | Enables you to customize a column’s filter dropdown. Inherited from DataControlBase. |
ShownEditor | Occurs after the focused cell’s editor has been shown. Inherited from GridControlBase. |
StartGrouping | Occurs before a grouping operation is started. |
StartSorting | Occurs before a sorting operation is started. |
ValidateCell | Enables you to specify whether the focused cell’s data is valid, and whether the cell’s editor can be closed. |
ValidateRow | Enables you to specify whether the focused row’s data is valid, and whether the row can lose focus. |
See Also