Suggest Possible Values with WinComboEditor You can use WinComboEditor™ to help your end users enter data by supplying them with a pre-populated list of items. Your end user simply needs to click the drop-down arrow to open the drop-down list and then select a value from the list. However, what if you want to make...
Understanding WinComboEditor This is a great place for you to start learning about the WinComboEditor™ control, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use WinComboEditor in your applications. Click the links below to gain an overvie...
Using LimitToList and ItemNotInList In 2005 Volume 1, functionality was added to WinComboEditor™ allowing you to limit input text in the WinComboEditor to values only in the Items collection. In addition, an event was added that fires when ever something is inputted that is not in the Items collection. The followi...
Using WinComboEditor In this section, you’ll find short, task-based topics that explain how to use features of the WinComboEditor™ control. Click the links below to find out how you can… AutoSuggest Highlight Appearance Changing the Drop-Down Button Alignment Filter Options to Filter Suggested Values Ignoring Dia...
WinComboEditor If you’re looking for an area that houses all of the overview/task-based information related to the WinComboEditor control, you’ve come to the right place. This section contains valuable information about WinComboEditor, ranging from what the control does and why you would want to use it in your app...
About WinControlContainerEditor The WinControlContainerEditor™ component provides you with the ability to easily embed non-editor controls (e.g. WinChart™, WinGrid™), custom user controls, or any other control into one of the Ultimate UI for Windows Forms suite of controls that support embeddable editors. Embeddin...
API Overview This section lists each namespace that is relevant to the component. We also give you several key classes that you will be using while programming with this component. The namespaces and classes on this page link directly into our API documentation. WinControlContainerEditor Namespace: Infragistics.Wi...
Embed Any Control within WinGrid Cell using ControlContainerEditor Object Before You Begin WinControlContainerEditor™ enables you to embed any control within any Ultimate UI for Windows Forms controls that support embeddable editors. You can embed two controls, one used for rendering and the other used for editing...
Embed Any Control within WinGrid Cell using UltraControlContainerEditor Component The ControlContainerEditor component is an embeddable Editor that allows you to specify a control that will be used for standard rendering as well as a control that will be used when entering edit mode. You may even choose to display...
Embed Different Editors within WinGrid Cells of the Same Column The WinGrid™ UltraGridCell object’s Editor property allows you to specify a different editor control on a cell-by-cell basis. Traditionally, developers would handle the WinGrid control’s InitializeRow event to test for certain conditions and then prov...