Multi-Column ComboBox Data Binding in C#.NET
Kettic Multi-Column ComboBox is capable of binding to data source and performs the editing, filtering, grouping and sorting operations. This control is a combobox component that combines the features and functionality of KetticComboBox control and KetticGridView control. This control integrates the Kettic GridView component into the drop-down of it. The drop-down element is an object of the KetticMultiColumnComboBoxElement and is capable of customizing the drop-down appearance, animation and changing the size of the combobox.
Bind Multi-Column ComboBox to Data at Design Time
It is really easy to bind the multiple columns combobox control to data by configure the DataSource property at design time. The databinding at design time is able to let the KetticGridVeiw within the Multi-Column ComboBox control automatically create columns for the fields in specified data source. Data Binding using Columns Collection
This approach allows the users to customize columns list of your own by using the Columns collection editor of KetticGridView control within the Multi-Column ComboBox component. To access the collection editor, we need to go to the Columns of MasterGridViewTemplate in EditorControl of the MultiColumnComboBoxElement in Kettic Multi-Column ComboBox .NET component. Binding the ComboBox to Data in C#.NET
Kettic Multi-Column ComboBox allows the users bind the control to data in C# code in C#.NET application. To bind the control using C# code, we need to turn off the auto-generation of columns. The C# below shows how to accomplish the databinding with ComboBox control.
|
UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlDrop Down PropertiesFilteringData BindingWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |