RadMultiColumnComboBox Populating Value While Visibility = Collapsed causing extra text

1 Answer 122 Views
MultiColumnComboBox
Tyler
Top achievements
Rank 1
Tyler asked on 16 May 2023, 08:39 PM

Hello,

I am dealing with a minor bug on my pages that have a hidden panel that I show when adding new items. It shows the selected item, but also includes the text afterwards. It only happens when the dropdown visibility is collapsed. When I am populating the dropdowns I have tried setting  AutoCompleteProvider.SearchText = string.Empty and AutoCompleteProvider.MatchText = string.Empty and setting the panel to visible and then populating the value, but I cannot figure out how to clear out the text. What is a good work around for this bug. 

 I have attached an example project. To replicate my issue click "Populate Dropdown" then click "Toggle Visibility". If you toggle visibility before populating the issue will not occur. 

1 Answer, 1 is accepted

Sort by
0
Stenly
Telerik team
answered on 19 May 2023, 11:06 AM

Hello Tyler,

I have tested the sample project using our latest assemblies version (which is 2023.1.315) and I was not able to observe the mentioned behavior. The following gif shows the result that is present on my end:

On a side note, we had a similar scenario where two items were displayed (the same result as in the Capture.png) when the theme was changed at runtime. A fix for this came with the 2022 R3 release.

With this being said, may I ask if you could update to the latest version of our assemblies and see if this behavior is still present?

Regards,
Stenly
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tyler
Top achievements
Rank 1
commented on 19 May 2023, 02:11 PM

Yes I will try that. Also it is worth mentioning it only happens the first time you populate the combo box while it is hidden. Any time after that it works as expected.
Stenly
Telerik team
commented on 22 May 2023, 04:34 PM

Please let me know if this behavior is still present when using the latest version of our assemblies.
Tyler
Top achievements
Rank 1
commented on 26 May 2023, 03:07 PM

Updating resolved the issue. Thank you!
Stenly
Telerik team
commented on 26 May 2023, 03:35 PM

I am happy to hear that updating to a later version has solved this issue and that you took the time to let me know.
Tags
MultiColumnComboBox
Asked by
Tyler
Top achievements
Rank 1
Answers by
Stenly
Telerik team
Share this question
or