Top Method Summary
Options Name Purpose
System.Windows.Forms.Form FindForm () Finds the form associated with the control
Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetDatasource () Gets the datasource associated with the grid
Infragistics.Win.UltraWinGrid.UltraGridColumn GetGridColumn (character) Returns the grid column identified by the given field name
System.Windows.Forms.Control GetViewerField (character) Retrieves the control associated with the field
HandleUiControl (UiControl, handle, Object) Applies UiControl changes to the grid
TableIoAction (TableIoUiAction, Object) Handles TableIoUiActions

Top Constructor Summary
Options Name Purpose
SmartGridUiControlHandler (SmartDataBrowser) Constructor for the SmartGridUiControlHandler class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl SmartToolbarControl


Method Detail
Top

System.Windows.Forms.Form FindForm ()

Purpose: Finds the form associated with the control
Notes:

Returns System.Windows.Forms.Form
The form associated with the control
Top

Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetDatasource ()

Purpose: Gets the datasource associated with the grid
Notes:

Returns Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
The datasource associated with the grid
Top

Infragistics.Win.UltraWinGrid.UltraGridColumn GetGridColumn (character)

Purpose: Returns the grid column identified by the given field name
Notes: SCL-5418 - supports both unqualified field names (e.g. Name) and
qualified field names (e.g. Customer.Name). Qualified names are
matched against a band with the matching key or the Table:Field
column key used for joined/view fields. Returns ? when no
matching column exists

Parameters:
pcFieldName CHARACTER
The name of the field identifying the grid column
Returns Infragistics.Win.UltraWinGrid.UltraGridColumn
The UltraGridColumn identified by the field name or ?
Top

System.Windows.Forms.Control GetViewerField (character)

Purpose: Retrieves the control associated with the field
Notes: Grid does not have viewer fields - returns ?

Parameters:
pcFieldName CHARACTER
The name of the field
Returns System.Windows.Forms.Control
The control associated with the field
Top

HandleUiControl (UiControl, handle, Object)

Purpose: Applies UiControl changes to the grid
Notes:

Parameters:
poUiControl Consultingwerk.CommonUi.UiControl
The UiControl with changes to apply
phDataset HANDLE
The dataset with screen values
sender Progress.Lang.Object
The sender of the event
Top

TableIoAction (TableIoUiAction, Object)

Purpose: Handles TableIoUiActions
Notes:

Parameters:
poUiAction Consultingwerk.CommonUi.TableIoUiAction
The TableIoUiAction to handle
sender Progress.Lang.Object
The sender of the event


Constructor Detail
Top

SmartGridUiControlHandler (SmartDataBrowser)

Purpose: Constructor for the SmartGridUiControlHandler class
Notes:

Parameters:
poGrid Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowser instance


Property Detail
Top

Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource


Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
Top

Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl SmartToolbarControl


Returns Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:04:20