Selection bug MultiColumnComboBox

1 Answer 104 Views
MultiColumnComboBox
miksh
Top achievements
Rank 1
Iron
miksh asked on 26 Jan 2024, 03:10 PM

Steps:

1. Go to Telerik Web UI MultiColumnComboBox WebForms MultiColumnComboBox Overview Demo | Telerik UI for ASP.NET AJAX

2. Enter "ha" select some records

3. Click out of the dropdown to close it

4. Textbox keeps "ha" but the message below reads that You have selected Thomas Hardy whose ID is AROUT. They are a Sales Representative at Around the Horn however, nothing has been selected.

Is it expected ?
If it's a bug and having a long cycle to fixing bugs could you recommend any workaround?

Wayne
Top achievements
Rank 1
commented on 26 Jan 2024, 03:23 PM

correction: after Step 2 you have to hover mouse over any dropdown records then click away

1 Answer, 1 is accepted

Sort by
0
Vasko
Telerik team
answered on 29 Jan 2024, 02:21 PM | edited on 29 Jan 2024, 02:26 PM

Hello Michael and Wayne,

Thank you for the information regarding the issue.

I've created a post on our feedback forum, you can check in there for updates regarding the issue.

Additionally, I've gave some Telerik points as a token of gratitude for finding and reporting the issue.

Kind regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
miksh
Top achievements
Rank 1
Iron
commented on 21 May 2024, 04:07 PM

Bug is still there after releasing Telerik UI for ASP.NET AJAX 2024.2.513 (2024 Q2)

Please fix it as soon as possible. This powerful control is quite useless now.

miksh
Top achievements
Rank 1
Iron
commented on 21 May 2024, 04:13 PM

to clarify: it's not fixed in your demo website so I'm not sure if it uses the latest version
miksh
Top achievements
Rank 1
Iron
commented on 21 May 2024, 04:14 PM

fyi, Telerik UI for ASP.NET AJAX 2024.2.513 (2024 Q2) is not available in telerik nuget
Vasko
Telerik team
commented on 23 May 2024, 07:28 AM

Hi Michael,

After further investigation, we concluded that this is not a bug, but the intentional behavior of the MultiColumnComboBox control - this is the feature that highlights the first item as soon as the DropDown is opened.

If you want to remove it entirely, you can turn it off by adjusting the HighlightFirst property:

<telerik:RadMultiColumnComboBox runat="server" ID="RadMultiColumnComboBox1"  HighlightFirst="false" />

As for the NuGet package, here are a few tips on how to find it:

  • Search for Telerik.UI.for.AspNet.Ajax in the Visual Studio Nuget Manager -> the Telerik NuGet option should be selected in the Package Source dropdown on the right side:
  • Verify Credentials: Double-check that the credentials you are using are indeed correct. Consider resetting your Telerik account password to ensure there's no issue with the credentials themselves. Also, check for any special symbols in the password as explained in this article: Error 401 Unauthorized.
  • Remove Saved Credentials and log again: Remove the saved credentials from your Windows by following the steps at https://docs.telerik.com/blazor-ui/troubleshooting/nuget-feed#removing-saved-credentials. Upon removal, log in again.
  • Clear NuGet Cache: Sometimes, the NuGet cache might cause issues. Try clearing your NuGet cache through Visual Studio or by using the command line with nuget locals all -clear and then attempt to restore the packages again.
  • NuGet Config: Ensure that your NuGet configuration file is correctly set up to use the V3 URL and that it includes the correct credentials. You might need to manually update the NuGet.config file to include the updated source and credentials.
  • Visual Studio Version and NuGet Package Manager: Since you're using Visual Studio 2022, ensure that your NuGet Package Manager is up to date. Older versions might not correctly handle the V3 feed.
  • Install Telerik.UI.for.AspNet.Ajax.Net NuGet Package from a local folder - https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/common-local-folder-nuget-server

Kind regards,
Vasko
Progress Telerik

Wayne
Top achievements
Rank 1
commented on 23 May 2024, 01:55 PM

Thank you Vasko, HighlightFirst="false" helped.

As per nuget, nothing has helped - the latest available version is still 2024.1.31.
I noticed that even in your screenshot the latest version is 2024.1.31 too and there is no ver. 2024.2.513

Wayne
Top achievements
Rank 1
commented on 23 May 2024, 04:16 PM

Finally, we figured it out - for that release we have to use another package "Telerik.UI.for.AspNet.Ajax.Net462" - not .Net45

Thanks for help.

Tags
MultiColumnComboBox
Asked by
miksh
Top achievements
Rank 1
Iron
Answers by
Vasko
Telerik team
Share this question
or