Namespace: Consultingwerk.WindowIntegrationKit
Class 
SampleRenderedBrowseColumnCustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.WindowIntegrationKit.IRenderedBrowseColumnCustomizer

File:SampleRenderedBrowseColumnCustomizer
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Dec 14 17:29:22 CET 2011



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


Method Detail
Top

AssignColumnProperties (handle, handle, RenderedBrowseControl, UltraGridColumn)

Purpose: Callback method into Service classes, allows the customization of
UltraGridCells on the RenderedBrowseControl 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:
phProcedure HANDLE
The procedure handle that created the original BROWSE widget
phBrowseHandle HANDLE
The browse handle that is the foundation for the RenderedBrowseControl
poGrid Consultingwerk.WindowIntegrationKit.Controls.RenderedBrowseControl
The reference to the RenderedBrowseControl
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:31:19