Namespace: Consultingwerk.Windows.Framework
Class 
SmartDataBrowserColumnCustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.SmartComponents.Implementation.ISmartDataBrowserColumnCustomizer

File:SmartDataBrowserColumnCustomizer
Purpose:ISmartDataBrowserColumnCustomizer implementation that
hides columns with a key that MATCHES "*Guid"
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Aug 24 00:02:08 CEST 2013



Top Method Summary
Options Name Purpose
AssignColumnProperties (SmartDataBrowser, UltraGridColumn) Callback method into Service classes, allows the customization of UltraGridCells on the SmartDataBrowser class


Method Detail
Top

AssignColumnProperties (SmartDataBrowser, UltraGridColumn)

Purpose: Callback method into Service classes, allows the customization of
UltraGridCells on the SmartDataBrowser class
Notes: Allows customization of UltraGridColumn properties like
ExcludeFromColumnChooser, ValueList
Most likely the code here will make decisions based on the column
name (poColumn:Key). This name will either be just the field name
(10.2B service pack 4 and before or 10.2B05 for non joined queries)
or in the form of TableName:ColumnName for 10.2B05 and joined browser
queries.

Parameters:
poGrid Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowserControl
poColumn Infragistics.Win.UltraWinGrid.UltraGridColumn
The Column. The callback should directly manipulate the Column properties


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