Create a Grid Dropdown from a Collection which implements I_ISCollectionDataView.

Syntax

ISGrid.CreateGridDropDownFromCollectionWithDataView(collection, valueField, [includeInactive], [sqlWhere], [displayColumns], [maxDropdownRows], [alwaysIncludeId])

Parameters

NameTypeOptionalByRefDescription
collection I_ISCollectionDataView The Collection.
valueField String The Value Field.
includeInactive Boolean Optional Indicates whether to include Inactive items. If omitted, a value of False is assumed.
sqlWhere String Optional An SQL Where clause to filter a DataView by.
displayColumns String Optional A comma-separated list of Columns to Display.
maxDropdownRows Integer Optional The Maximum number of Dropdown Rows. If omitted, a value of 20 is assumed.
alwaysIncludeId String Optional

Return Value

UltraDropDown

A Infragistics.Win.UltraWinGrid.UltraDropDown value.

Member of:
ISGrid
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0