MultiSugges auto complete

Hi.

1 - Can we fix right to left for headers in AutoComplete?

2 – Can we use a method like MultiSuggestExtend in AutoComplete for
MultiColumnComboBox for searching all the text rather than searching from the beginning ?

thanks.


4 Replies 1 reply marked as answer

MS Mahalakshmi Sugumar Syncfusion Team March 29, 2022 01:15 PM UTC

Hi ali,

Query 1: Can we fix right to left for headers in AutoComplete?


Currently we don’t have this support. We are validating your request. We'll update you in two days.
We appreciate your patience until then.


Query 2: Can we use a method like 
MultiSuggestExtend in AutoComplete for
MultiColumnComboBox for searching all the text rather than searching from the beginning?

There is no method like MultiSuggestExtend in MultiColumnCoboBox, but you can achieve your requirement by using custom filtering. With custom filtering, you may filter objects based on any text.

Please refer to the links below for your reference.

GitHub sample link: https://github.com/syncfusion/winforms-demos/tree/master/listcontrols/Multi%20Column%20ComboBox

UG link: https://help.syncfusion.com/windowsforms/multicolumn-combobox/multiple-columns#custom-filtering

Sample Browser
1. Go to List controls.

2. Select the Filtering Demo.

3. launch the demo.

4. Select the FilterCondition option from AllColumns to any one column.

5. Change the Filter condition option to Contains.

6. Now you can see the filtering process based on any text.

Regards,

Mahalakshmi Sugumar



AL ali March 29, 2022 04:41 PM UTC

Hi Mahalakshmi Sugumar,

1 - In AutoComplite, Can I show the text from the second column and get as result (value) from the first column (primary key) like in MultiColumnComboBox ? 

2 - How to get the value from a MultiColumnComboBox after a select?


thank you Mahalakshmi .



MS Mahalakshmi Sugumar Syncfusion Team April 1, 2022 04:50 AM UTC

Hi ali,

Query 1: Can we fix right to left for headers in AutoComplete?


We have confirmed the reported scenario is a defect and logged a report for the reported scenario “ Right To left alignment not working in column headers of WinForms AutoComplete”. We will provide the patch for the reported issue on 21st April 2022(due date).


You can track the status of this defect using the following feedback link:
Right To left alignment not working in column headers of WinForms AutoComplete in WinForms | Feedback Portal (syncfusion.com)


If you have any more specification replication procedures or a scenario to be tested, you can add it as a comment in the portal.

Query 2: In AutoComplete, Can I show the text from the second column and get as result (value) from the first column
(primary key) like in
MultiColumnComboBox
?


We reviewed your inquiry but were unable to determine exactly what you require.

if you can achieve this requirement using MultiColumnComboBox, please share the same to us. We will try to find a solution in AutoComplete.

If you provide additional information about the request, including screenshots or an example, it will be easier for us to assist you.

Query 3:
How to get the value from a MultiColumnComboBox after a select?

if you can achieve this requirement using MultiColumnComboBox, please share the same to us. We will try to find a solution in AutoComplete.

You can get the selected value from SelectedValue Property, we have prepared the demo for your reference, In the demo selected value displayed in one Textbox.


Please let us know if you need any further assistance.


Regards,
Mahalakshmi Sugumar


Attachment: MultiColumnComboBoxWF_330a538d.zip



MS Mahalakshmi Sugumar Syncfusion Team April 22, 2022 01:31 PM UTC

Hi ali,


We have fixed the reported issue - “Right To left alignment not working in column headers of WinForms AutoComplete”. Please find the patch file from the following location:     


V19.4.0.48

Recommended approach – exe will perform automatic configuration

Please find the patch setup here:        

https://syncfusion.com/Installs/support/patch/20.1.0.47/951080/F173949/SyncfusionPatch_20.1.0.47_951080_4222022081038762_F173949.exe

Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment                                   

Please find the patch assemblies alone from:     

https://syncfusion.com/Installs/support/patch/20.1.0.47/951080/F173949/SyncfusionPatch_20.1.0.47_951080_4222022081038762_F173949.zip

Please find the NuGet from the location below:

https://syncfusion.com/Installs/support/patch/20.1.0.47/951080/F173949/SyncfusionNuget_20.1.0.47_951080_4222022081038762_F173949.zip


Installation Directions:           

This patch should replace the files " Syncfusion.Tools.Windows under the following folder.           

$system drive:\ Files\Syncfusion\Essential Studio\$Version # \precompiledassemblies\$Version#\[TargetFramework]           

E.g. : $system drive:\Program Files\Syncfusion\Essential Studio\19.4.0.48\precompiledassemblies\19.4.0.48\4.6 


To automatically run the Assembly Manager, please check the Run assembly manager checkbox option while installing the patch. If this option is unchecked, the patch will replace the assemblies in precompiled assemblies’ folder only. Then, you must manually copy and paste them to the preferred location, or you must run the Syncfusion Assembly Manager application (available from the Syncfusion Dashboard, installed as a shortcut in the Application menu) to re-install assemblies.           

https://www.syncfusion.com/support/directtrac/patches

Disclaimer:                                 

Please note that we have created this patch for the version 19.4.0.48 specifically to resolve the issues reported in this Forum # 173949. If you have received other patches for the same version for other products, please apply all patches in the order received. This fix will be included in our upcoming Volume 1, SP release which will be available at the mid of May 2022.


Please let us know if you need any further assistance.  


Regards,
Mahalakshmi Sugumar


Marked as answer
Loader.
Up arrow icon