Namespace: Consultingwerk.Windows.Util
Class 
UltraGridSettings Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:UltraGridSettings
Purpose:Manages settings of UltraGrid instances
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat May 07 16:47:02 CEST 2011



Top Method Summary
Options Name Purpose
ApplyStoredSettings (character) Applies stored column settings to an UltraGrid instance
ApplyStoredSettings (ColumnsCollection, character) Applies stored column settings to an UltraGrid instance
ClearColumnSettings () Clears the ColumnSettings table records of the current object instance
ParseColumnSettings (character) Parses the ColumnSettings an stored them in the ttColumnSettings temp-table
CHARACTER StoreColumnSettings () Returns the settings string that can be used to restore the grid layout
CHARACTER StoreColumnSettings (ColumnsCollection) Returns the settings string that can be used to restore the grid layout

Top Constructor Summary
Options Name Purpose
UltraGridSettings () Creates a new instance of the UltraGridSettings class
UltraGridSettings (UltraGrid) Creates a new instance of the UltraGridSettings class

Top Property Summary
Options Name Purpose
Infragistics.Win.UltraWinGrid.UltraGrid Grid


Method Detail
Top

ApplyStoredSettings (character)

Purpose: Applies stored column settings to an UltraGrid instance
Notes: Settings are expected in the form of a pipe (|) delimited list of
ColumnKey,With,Position,Hidden per column

Parameters:
pcSettings CHARACTER
The stored settings
Top

ApplyStoredSettings (ColumnsCollection, character)

Purpose: Applies stored column settings to an UltraGrid instance
Notes: Settings are expected in the form of a pipe (|) delimited list of
ColumnKey,With,Position,Hidden per column

Parameters:
poColumns Infragistics.Win.UltraWinGrid.ColumnsCollection
The ColumnsCollection to process
pcSettings CHARACTER
The stored settings
Top

ClearColumnSettings ()

Purpose: Clears the ColumnSettings table records of the current object instance
Notes:

Top

ParseColumnSettings (character)

Purpose: Parses the ColumnSettings an stored them in the ttColumnSettings
temp-table
Notes:

Parameters:
pcSettings CHARACTER
The stored settings
Top

CHARACTER StoreColumnSettings ()

Purpose: Returns the settings string that can be used to restore the grid layout
Notes:

Returns CHARACTER
The settings string that can be used to restore the grid layout
Top

CHARACTER StoreColumnSettings (ColumnsCollection)

Purpose: Returns the settings string that can be used to restore the grid layout
Notes:

Parameters:
poColumns Infragistics.Win.UltraWinGrid.ColumnsCollection
The ColumnsCollection to process
Returns CHARACTER
The settings string that can be used to restore the grid layout


Constructor Detail
Top

UltraGridSettings ()

Purpose: Creates a new instance of the UltraGridSettings class
Notes:

Top

UltraGridSettings (UltraGrid)

Purpose: Creates a new instance of the UltraGridSettings class
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The Grid to work with


Property Detail
Top

Infragistics.Win.UltraWinGrid.UltraGrid Grid


Returns Infragistics.Win.UltraWinGrid.UltraGrid


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:36