AdvBandedGridView Events
Displays data in a tabular form and organizes columns into bands. Supports complex data cell arrangements.
Name | Description |
---|---|
After |
Fires after an individual row has been printed/exported, and allows you to add custom information to the printout/export output.
Inherited from Grid |
Async |
Fires when async data loading has finished, in Instant Feedback Mode.
Inherited from Column |
Band |
Fires after a band changes its position or visibility.
Inherited from Banded |
Band |
Occurs when the band’s width is changed.
Inherited from Banded |
Before |
Enables you to prevent row focus changes.
Inherited from Column |
Before |
Occurs before a layout is restored from storage (a stream, xml file or the system registry).
Inherited from Base |
Before |
Fires before printing/exporting each individual row, and allows you to add custom information to the printout/export output, and prevent a row from being printed/exported.
Inherited from Grid |
Calc |
Enables you to provide custom text for preview sections.
Inherited from Grid |
Calc |
Enables you to provide custom heights for individual rows.
Inherited from Grid |
Cell |
Allows you to manually merge cells.
Inherited from Grid |
Cell |
Fires immediately after a cell value has been changed.
Inherited from Column |
Cell |
Fires when a user changes a cell value: types or deletes a character, chooses a value from the dropdown list, etc. Does not fire when you change cell values in code.
Inherited from Column |
Click |
Occurs when a View is clicked.
Inherited from Base |
Clipboard |
Fires before a data row, a group row, column headers, or band headers are copied to the clipboard. Allows you to apply a format, change copied data, or skip a data row or header.
Inherited from Grid |
Clipboard |
Fires before a data row is pasted to the control. Allows you to apply a format, update the pasted data, or skip a data row.
Inherited from Grid |
Column |
Fires when changing a column’s properties.
Inherited from Column |
Column |
Occurs when a column’s filter condition changes. This event also raises when the Find Panel finishes its search.
Inherited from Column |
Column |
Allows you to respond to changing a column’s position within the View.
Inherited from Column |
Column |
Fires after a column’s Grid |
Column |
Occurs after a column’s width has been changed.
Inherited from Grid |
Custom |
Allows you to replace cell display texts (for cells with textbox-based editors), group row texts, and filter menu item captions.
Inherited from Column |
Custom |
Provides the ability to group data using custom rules.
Inherited from Grid |
Custom |
Allows you to implement custom rules according to which a Grid column will sort its data. A column uses these custom rules only when its Grid |
Custom |
Enables you to custom paint band headers.
Inherited from Banded |
Custom |
Fires for all currently visible data cells and allows you to manually draw them. Note that modifications you apply on this event are ignored when you print or export Grid data.
Inherited from Grid |
Custom |
Enables you to paint column headers manually.
Inherited from Grid |
Custom |
Enables a View’s empty space to be custom painted when there aren’t any rows displayed.
Inherited from Column |
Custom |
Enables you to paint the filter panel manually.
Inherited from Column |
Custom |
Enables you to paint the view footer manually.
Inherited from Grid |
Custom |
Enables you to paint view footer cells manually.
Inherited from Grid |
Custom |
Enables you to paint the group panel manually.
Inherited from Grid |
Custom |
Allows you to paint group rows.
Inherited from Grid |
Custom |
Allows you to manually paint individual cells of group rows.
Inherited from Grid |
Custom |
Enables you to paint group footers manually.
Inherited from Grid |
Custom |
Enables you to paint group footer cells manually.
Inherited from Grid |
Custom |
Enables you to custom paint cells within the row indicator panel.
Inherited from Grid |
Custom |
Enables you to paint preview sections manually.
Inherited from Grid |
Custom |
Allows you to draw custom scrollbars, or highlight specific positions on the scrollbars.
Inherited from Grid |
Custom |
Enables you to paint the view caption.
Inherited from Column |
Custom |
Enables the Custom Filter Dialog to be replaced with custom filtering facilities.
Inherited from Column |
Custom |
Allows you to set a custom Filter Panel text. This techique is aplicable only when the Filter Panel is in “Text” mode (see the Filter |
Customization |
Allows you to filter search results when a user searches in the Customization Form.
Inherited from Grid |
Custom |
Allows you to assign different in-place editors to individual cells. To avoid performance issues and increased memory consumption, assign repository items that already exist in the Grid collection. Do not create new repository items in this event handler.
Inherited from Grid |
Custom |
Allows you to assign a custom editor to a column for in-place editing and so override the default column editor, which is by default used both in display and edit modes. To avoid performance issues and increased memory consumption, assign repository items that already exist in the Grid |
Custom |
Allows you to hide/show specific rows (that exist in the data source) based on a condition regardless of the grid’s filter.
Inherited from Column |
Custom |
Allows you to specify custom annotations.
Inherited from Grid |
Custom |
Allows you to manually calculate summaries. Fires for summaries whose Summary |
Custom |
Enables you to specify which summaries should be calculated and displayed.
Inherited from Grid |
Custom |
Allows you to supply data to cells in visible unbound columns, and save values entered by users.
Inherited from Column |
Data |
Fires when an error occurs in the data controller and allows you to handle the error.
Inherited from Column |
Data |
Fires when significant data source changes occur.
Inherited from Column |
Data |
Occurs when the data source of the current View changes.
Inherited from Base |
Detail |
Allows you to specify appearance settings for tab captions and assign images to tabs.
Inherited from Grid |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Double |
Occurs when a View is double-clicked.
Inherited from Base |
Drag |
Fires immediately after a drag and drop operation on a column header or band header has been completed.
Inherited from Grid |
Drag |
Enables you to control whether the dragged column header or band header can be dropped at the current position.
Inherited from Grid |
Drag |
Fires when the end-user attempts to drag a column header or band header.
Inherited from Grid |
Edit |
Fires after the Edit Form is closed.
Inherited from Grid |
Edit |
Allows you to customize the Edit Form that is about to be displayed.
Inherited from Grid |
Edit |
Occurs when an Edit Form is about to be displayed, and allows you to cancel the action.
Inherited from Grid |
End |
Fires after the grouping operation has been completed.
Inherited from Column |
End |
Fires after the sorting operation has been completed.
Inherited from Column |
Filter |
Allows you to customize the Filter Editor before it is displayed on screen.
Inherited from Column |
Filter |
Allows you to customize the Expression Editor used to edit custom expressions that are displayed in the control’s Filter Editor.
Inherited from Column |
Filter |
Allows you to customize templates for Excel-style filters and for external editors generated with Filtering UI Context.
Inherited from Column |
Filter |
Allows you to add, remove, and modify data values and customize predefined filters in the Excel style pop-up filter menus. Filter items added manually on this event must be unique and sorted.
Inherited from Column |
Filter |
Allows you to parse the filter criteria applied to data and select the corresponding values in the filter menu.
Inherited from Column |
Filter |
Allows you to replace the UI for the Excel-styled menus’ “Values” tab. Also affects editors generated by the Filtering UI Context component attached to this Data Grid.
Inherited from Column |
Filter |
Fires when a filter criteria is about to be applied to data and allows you to customize the filter criteria.
Inherited from Column |
Focused |
Fires in response to changing column focus.
Inherited from Column |
Focused |
Fires when the focused row’s handle changes.
Inherited from Column |
Focused |
Fires when the focused row’s data has been loaded (in Instant Feedback Mode).
Inherited from Column |
Focused |
Fires after focus is moved to another row object.
Inherited from Column |
Format |
Allows you to implement a custom algorithm to activate a Format |
Format |
Allows you to customize the Expression Editor embedded in the Edit Formatting Rule dialog.
Inherited from Column |
Format |
Fires when the Conditional Formatting Rules Manager is about to be displayed.
Inherited from Column |
Get |
Occurs when the Grid |
Get |
Occurs when the View loads its images asynchronously and allows you to manually pass the required image to the current item.
Inherited from Grid |
Got |
Occurs when a View receives focus.
Inherited from Base |
Grid |
Enables you to provide custom responses to clicking context menu items.
Inherited from Grid |
Group |
Enables you to specify custom styles for group rows (and corresponding indents) residing at particular nesting levels.
Inherited from Grid |
Group |
Fires immediately after a group row has been collapsed.
Inherited from Grid |
Group |
Occurs before group rows are collapsed.
Inherited from Grid |
Group |
Fires immediately after a group row has been expanded.
Inherited from Grid |
Group |
Occurs when a group row is about to be expanded.
Inherited from Grid |
Hidden |
Fires immediately after an inplace editor has been closed.
Inherited from Column |
Hide |
Fires before the Customization Form is closed.
Inherited from Grid |
Hyperlink |
Fires when a hyperlink in a column or band header is activated.
Inherited from Banded |
Init |
Enables you to initialize added rows.
Inherited from Column |
Invalid |
Fires when a row fails validation or when it cannot be saved to the data source.
Inherited from Column |
Invalid |
Enables you to provide a proper response to entering an invalid cell value.
Inherited from Base |
Key |
Fires when a user presses a key while the View has focus.
Inherited from Base |
Key |
Fires when a character key is pressed while the View has focus.
Inherited from Base |
Key |
Occurs when releasing the pressed key.
Inherited from Base |
Layout |
Fires immediately after a View’s layout has been changed.
Inherited from Base |
Layout |
Occurs when a layout is restored from storage (a stream, xml file or system registry) and its version differs from the version of the current View’s layout.
Inherited from Base |
Left |
Fires when the View is scrolled horizontally.
Inherited from Grid |
Lost |
Occurs when a View loses focus.
Inherited from Base |
Master |
Fires immediately after a detail clone has been destroyed.
Inherited from Grid |
Master |
Enables you to control whether master rows can be collapsed.
Inherited from Grid |
Master |
Enables you to specify whether a particular detail is empty. This event is in effect if the Grid |
Master |
Fires immediately after a particular detail clone has become visible.
Inherited from Grid |
Master |
Enables you to control whether particular detail clones can be displayed.
Inherited from Grid |
Master |
Enables you to supply detail data manually.
Inherited from Grid |
Master |
Enables you to specify a pattern view to represent a particular detail.
Inherited from Grid |
Master |
Enables you to specify the number of details for individual master rows.
Inherited from Grid |
Master |
Allows you to specify a detail view’s caption.
Inherited from Grid |
Master |
Enables you to specify the pattern view that will represent a particular detail clone.
Inherited from Grid |
Measure |
Provides the ability to specify the height of individual preview sections in pixels.
Inherited from Grid |
Mouse |
Occurs when the mouse pointer is over a View and a mouse button is pressed.
Inherited from Base |
Mouse |
Occurs when the mouse pointer enters the View.
Inherited from Base |
Mouse |
Occurs when the mouse pointer leaves the View.
Inherited from Base |
Mouse |
Occurs when the mouse pointer moves over a View.
Inherited from Base |
Mouse |
Occurs when the mouse button is released if it was pressed within a View.
Inherited from Base |
Mouse |
Occurs when the mouse wheel is moved while a View has focus.
Inherited from Base |
Paint |
Fires after the View’s paint style has changed.
Inherited from Base |
Parse |
Fires after the query in the find panel changes. Allows you to create a filter condition based on the query and specify how to highlight results in the control.
Inherited from Column |
Popup |
Allows you to customize built-in context menus or invoke custom menus.
Inherited from Grid |
Print |
Allows you to determine whether the view data was printed or exported without errors.
Inherited from Base |
Print |
Fires repeatedly while the View’s data is being printed/exported.
Inherited from Base |
Print |
Allows you to customize general print/export settings when the View is about to be printed/exported.
Inherited from Base |
Property |
Allows you to restore certain settings previously saved in the layout.
Inherited from Base |
Property |
Allows you to include certain settings in the layout when you save it.
Inherited from Base |
Query |
Allows you to add custom-function-based filters (for example, ‘discount is more than 15%’) to Excel-style pop-up filter menus and/or the filter editor.
Inherited from Column |
Row |
Fires when a user clicks a data cell. If data is editable and the Column |
Row |
Enables you to specify content alignment for individual cells.
Inherited from Column |
Row |
Fires for every visible Grid cell before this cell is shown. Allows you to modify Appearance settings for this cell.
Inherited from Grid |
Row |
Allows you to respond to row clicks. The event will not fire when data editing is enabled and the Column |
Row |
Occurs when the number of visible records is changed within a View.
Inherited from Base |
Row |
Fires after a data row is deleted.
Inherited from Column |
Row |
Fires when a data row is about to be deleted.
Inherited from Column |
Row |
Fires after row editing was canceled.
Inherited from Column |
Row |
Fires when a row’s data has been loaded (in Instant Feedback Mode).
Inherited from Column |
Row |
Allows you to override the Grid |
Row |
Occurs after changes made to a focused data row have been saved to an underlying data source.
Inherited from Column |
Scroll |
Allows you to customize scrollbar annotation color and alignment.
Inherited from Grid |
Selection |
Fires when row/cell selection is changed. In v21. |
Selection |
Allows you to specify whether users can select and unselect rows.
Inherited from Column |
Show |
Fires immediately after the Customization Form has been invoked.
Inherited from Grid |
Show |
Allows you to customize checked filter dropdown lists before they are displayed.
Inherited from Column |
Show |
Allows you to customize the filter dropdown for date-time columns.
Inherited from Column |
Show |
Allows you to hide specific filter conditions from Filters and Values tabs of the Excel-style Drop-down Filter.
Inherited from Column |
Show |
Enables you to customize a particular column’s filter dropdown list.
Inherited from Column |
Show |
Obsolete. Enables you to customize or prohibit grid context menus.
Inherited from Grid |
Showing |
Occurs when a cell editor is about to open, and allows you to cancel the action.
Inherited from Column |
Showing |
Occurs when an Edit Form is about to be displayed as a separate modal window.
Inherited from Grid |
Shown |
Fires immediately after a cell editor is invoked.
Inherited from Column |
Start |
Fires before a grouping operation is started.
Inherited from Column |
Start |
Fires before a sorting operation is started.
Inherited from Column |
Substitute |
Allows you to update or replace the filter that is about to be applied with a custom filter.
Inherited from Column |
Substitute |
For internal use only.
Inherited from Column |
Top |
Fires when the View is scrolled vertically.
Inherited from Grid |
Unbound |
Fires after an Expression Editor has been created for an unbound column.
Inherited from Column |
Validate |
Fires when a user edits row cell values and attempts to select another row. Handle this event to check whether these new values are valid, and if not, choose the required behavior (discard edits, show a warning message, ignore errors, or keep the focus on this row until a user enters valid values).
Inherited from Column |
Validating |
Fires when a user edits a row cell value and attempts to select another cell. Handle this event to check whether this new value is valid, and if not, choose the required behavior (discard edits, show a warning message, ignore errors, or keep the focus on this cell until a user enters valid values). This event allows you to track edits made in the Edit Form.
Inherited from Base |
See Also