Unplanned
Last Updated: 05 Oct 2018 16:29 by Michael Schweighardt
Completed
Last Updated: 19 Jan 2016 17:12 by ADMIN
Completed
Last Updated: 25 May 2016 14:07 by ADMIN
Completed
Last Updated: 23 Mar 2016 13:27 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: ListBox
Type: Bug Report
1

			
Won't Fix
Last Updated: 08 Jun 2022 08:23 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 1
Category: ListBox
Type: Bug Report
1

			
Won't Fix
Last Updated: 14 Jan 2025 14:27 by ADMIN
Scheduled for 2025 Q1 (Feb)
When using:

Value = "(null)"
Text = "(no user)"

as item in the ListBox, the filter must work correctly, and after opening the menu the item should be checked if previously filtered.

Additionally if the item have NULL value instead of "(null)" The visible value must be localized. 
Completed
Last Updated: 09 Jul 2018 12:48 by ADMIN
A workaround is to disable the embedded jQuery and use an older version (for example, 1.11.1 which is the previous version the suite used): https://docs.telerik.com/devtools/aspnet-ajax/controls/scriptmanager/disabling-the-embedded-jquery

Repro steps:

1. put a listbox on the page
2. configure it so it does postbacks (e.g., on selection changed, or any other feature)
3. ivnoke said postback (e.g., select an item)

Expected: the action is carried off

Actual: Firefox throws TypeError: access to strict mode caller function is censored

Sample markup

        <telerik:RadListBox runat="server" ID="rlb1" OnSelectedIndexChanged="rlb1_SelectedIndexChanged" AutoPostBack="true">
            <Items>
                <telerik:RadListBoxItem Text="first" Selected="true" />
                <telerik:RadListBoxItem Text="second" />
            </Items>
        </telerik:RadListBox>
Completed
Last Updated: 09 Jun 2021 18:16 by ADMIN
We are using List box item scroll into view to scroll to the item selected in the list box. However, the scroll is not working in the Chrome browser in a UHD touch screen laptop device.
Unplanned
Last Updated: 04 Nov 2020 11:07 by ADMIN

Replicate by dragging a RadListBox item vertically in the Drag-and-drop demo, on a mobile device.

Unplanned
Last Updated: 18 Sep 2023 11:57 by ADMIN

Setting EnableEmbeddedSkins="false" in RadGrid when FilterType="HeaderContext" is not applied to the ListBox (filterCheckList) hence the following error is thrown:

Telerik.Web.UI.RadGrid+RadListBoxShared with ID='filterCheckList' was unable to find an embedded skin with the name 'MY_THEME'   

 

Completed
Last Updated: 17 Feb 2014 08:15 by Shailesh
When there are few checkbox items in RadListBox (i.e. there is no scroll bar), checked items cannot be unchecked. The issue is reproducible in iPAD.
Completed
Last Updated: 16 Mar 2015 12:09 by ADMIN
Completed
Last Updated: 08 Oct 2015 14:57 by ADMIN
Won't Fix
Last Updated: 15 Jan 2016 14:13 by ADMIN
The error is observed when an item that is added from the client-side is to be transferred to other RadListBox from a RadListBox that is loading on demand. Unfortunately the control supports such scenario only when that transfer is made from the server side.
Completed
Last Updated: 04 Oct 2019 15:36 by ADMIN
Completed
Last Updated: 26 Sep 2016 15:52 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 0
Category: ListBox
Type: Bug Report
0

			
1 2