Pending Review
Last Updated: 03 Jul 2025 11:23 by Munir
Created by: Munir
Comments: 0
Category: Data Source
Type: Bug Report
0

Steps to Reproduce:

  1. Login to My APP and navigate to the Asset List page.

  2. Select an asset with multiple child videos.

  3. Click the collapse button to expand and view child videos — works as expected.

  4. Click the asset file name to navigate to the playback screen.

  5. Click the "Go to Back" button to return to the Asset List.

  6. Click the collapse button again — child videos do not appear.

  7. Press F5 to refresh the page once.

  8. Click the collapse button — functionality works normally again.

    kendo version :2014.2.1008

Pending Review
Last Updated: 15 Feb 2023 07:52 by Michael D
Created by: Michael D
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

The Kendo UI ListView widget supports setting the selected items via the select method. Up to version 2022.2.802, calling select() triggered a change event. This is no longer the case.

You can see the different behaviors in these two DOJOS: 2022.2.802 vs 2023.1.117 (the item gets selected after a second to make sure the dataSource has finished loading).