The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is there a property of the ComboBoxAdv or other combobox that makes it work like a GridBoundBound column with CellType = ComboBox and DropDownStyle = Exclusive?
In other words, how do you make a combobox accept multiple key presses and still be exclusive?
Thank you,
Steve
ADAdministrator Syncfusion Team October 24, 2004 05:56 PM UTC
Hi Steve,
Please refer to the ComboBoxBase control with its DropDownStyle property set to DropDownList. Let me know if this works for you. You could access ComboBoxBase related samples at this directory ..\Syncfusion\Essential Suite\2.1.0.9\Tools\Samples\Editors Package\ComboBoxBase. Please let me know if this not meet your requirements. Thanks for choosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
TSTodd SwygertOctober 27, 2004 02:34 PM UTC
The GridBoundBound column with CellType = ComboBox and DropDownStyle = Exclusive is the exact functionality I want.
For example, if I have three items in my combobox:
Alabama
Alaska
Louisiana
Typing "Alas" will highlight the Alaska item in the ComboBox GridBoundBound column above, but typing "Al" in the ComboBoxBase (with DropDownList style) will select Louisiana on the "l" key. Both comboboxes don''t allow invalid key press.
I was just curious if any ComboxBoxes contained a property like this?
Thanks,
Steve
ADAdministrator Syncfusion Team October 29, 2004 05:09 PM UTC
Hi Steve,
Thanks for the update. I understand your requirements better now. We had a feature request (QA 650) for this kind of autocompletion behavior, and it has been implemented recently. This feature is still internal and will be a part of the next release of Essential Suite. We appreciate your interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.