AutoComplete Mode not working

Hi,

I am filling the combobox this way :

DataTable dt1 = dba.GetDataTable("SELECT Id,Name from PSupplierMaster where CCode = " + Common.AcCompanyCode + " ORDER BY NAME");
sfComboBox1.DataSource = dt1;
sfComboBox1.ValueMember = "Id";
sfComboBox1.DisplayMember = "Name";

sfcombobox1 dropdown style is set to dropdown and autocomplete mode is suggest. however, not able to type anything into the box.

Also, would like to know if this functionality is available in multiselection combobox


2 Replies

MJ Madhumithan Jayapathi Syncfusion Team October 5, 2023 12:43 PM UTC

Hi Farzin,


Query 1 - AutoComplete Mode not working

We have reviewed your query and have analyzed the provided code snippet. We have updated our sample with the code snippet you have provided and we are not able to reproduce the issue from our end. To provide more effective assistance and thoroughly investigate the issue, please share us a modified sample that replicates the problem. This will enable us to better understand and address the issue you're facing. We have attached a sample for you reference and please let us know if you need any further assistance.

 

Query 2 - AutoComplete availability in MultiSelectionComboBox

We have reviewed your query, and currently, there is no direct support for AutoComplete in MultiSelectionComboBox. However, you can achieve similar functionality using our SfComboBox by creating a custom filter and setting the SelectionMode of SfComboBox to MultiSelection. A sample has been attached for your reference. If you require any additional assistance, please do not hesitate to reach out.


Regards,
Madhumithan Jayapathi


Attachment: ComboBox_1dc6b9a6.zip


FH Farzin Hameed October 10, 2023 06:10 AM UTC

thank you


Loader.
Up arrow icon