Unplanned
Last Updated: 30 May 2024 12:28 by ADMIN
Wayne
Created on: 26 Jan 2024 15:26
Category: MultiColumnComboBox
Type: Bug Report
0
Unexpected selection bug

(copy of Selection bug MultiColumnComboBox in UI for ASP.NET AJAX | Telerik Forums)

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. Hover mouse over any of dropdown records

4. Click out of the dropdown to close it

5. 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?

7 comments
ADMIN
Vasko
Posted on: 30 May 2024 12:28

Hi Wayne,

Thank you for the feedback regarding the MultiColumnComboBox. Regarding your concerns, the Getting Started with MultiColumnComboBox article has been updated to mention the property and will be added to a demo soon after.

Regarding the highlighting itself, this is by design - when the property is set to true, the first item will always be highlighted, because it has the k-state-focused CSS class applied to it:

The class has the box-shadow property applied to it, to highlight it. You can remove the property entirely if you want by targeting the following CSS class selectors:

html body .RadMultiColumnComboBoxDropDown_Default .k-item.k-state-focused {
    box-shadow: inset 0 0 0 0;
}

Or you can make the box shadow stronger: 

html body .RadMultiColumnComboBoxDropDown_Default .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.9);
}

I hope this clears things out.

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
Wayne
Posted on: 28 May 2024 15:56

Hi Vasko, thank you for explanation.

It would be useful to (1) document the HighlightFirst property as well as (2) mention it in some demo.

I wonder should it visually highlight the first item? If not then it's quite confusing and might cause unexpected behavior. Up to to your to decide. 

 

ADMIN
Vasko
Posted on: 23 May 2024 07:32

Hello,

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

To remove it entirely, you can turn it off by adjusting the HighlightFirst property:

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

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
Posted on: 21 May 2024 16:05

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

Very frustrating progress of fixing

 
Wayne
Posted on: 29 Jan 2024 16:16
Also, please look into changing mouse pointer when hovering over the text in dropdown columns - now it's "text" but should be "default"
Wayne
Posted on: 29 Jan 2024 16:11

Hi Vasko,

Thanks for update. I checked Kendo UI for jQuery MultiColumnComboBox  demo but it's hard to confirm the correct behavior since this demo doesn't show the selected item info. Also, in this demo I couldn't find any employee with order history.

Since you were able to reproduce I trust you to fix/verify the issue,

Thanks for help!   

ADMIN
Vasko
Posted on: 29 Jan 2024 13:06

Hi Wayne,

Thank you for the screenshot and details on how to reproduce it. Indeed, you're right about this strange behavior of the MultiColumnComboBox and it was verified to be a bug. Your private post was converted to a public bug report, to share the problem with the community.

The bug seems to be resolved in the recent versions of the Kendo MultiColumnCombobox widget. Could you check its live demo at Kendo UI for jQuery MultiColumnComboBox and see if you experience the same behavior there too? If the issue is not reproducible we will fix it similarly in the MultiColumnCombobox AJAX wrapper too.

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