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 an event that can be used to detect when the user has typed an entry that is not in the list of a bound ComboBoxAdv or ComboBoxAutoComplete?
ting0AAny examples of how to handle this would be appreciated.
--Van Baker
ADAdministrator Syncfusion Team October 20, 2004 10:28 AM UTC
Hi Van,
I am afraid, presently there is no such event associated with the ComboBoxAutoComplete or the ComboBoxAdv. However, we could consider this as a feature request for a future release of Essential Suite. We appreciate your interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
VBvbakerOctober 20, 2004 12:44 PM UTC
That would be a useful new feature.
Meanwile, my work-around was to handle the Validating event and in it try to find the combobox.Text value in the list using the FindString() method. If it''s not found, then that means the value entered in the combobox''s textbox was not in the list.
Perhaps not very efficient, but it works.
Thanks,
--Van Baker
ADAdministrator Syncfusion Team October 21, 2004 05:47 PM UTC
Hi Van,
Thanks for sharing this information with us. I will notify you when the above mentioned feature request is implemented. We appreciate your continued interest in Syncfusion.
Regards,
Guru Patwal
Syncfusion, Inc.