Completed
Last Updated: 17 Oct 2019 09:48 by ADMIN
Release 2.2.0
Rohini
Created on: 27 Sep 2019 10:46
Category: Grid
Type: Bug Report
9
Grid checkbox not checked when row is selected - Client-side Blazor

Steps to reproduce:
1.Create a Telerik Grid with SelectionMode=@GridSelectionMode.Multiple and a GridCheckboxColumn to select/unselect the rows. 
Also, bind the selected items to an IEnumerable collection and display the selected items in a <ul>
2.Click on Row1's checkbox - It selects the row, but not checking the checkbox
3.Click on it again- Now it unselects the row, but the checkbox is checked.
4.Click on the SelectAll checkbox in the grid header - It selects all rows, row checkboxes are checked, but the SelectAll checkbox in the grid header remains unchecked.
5.Click on the SelectAll checkbox again - All rows remain selected, row checkboxes remain checked, The SelectAll checkbox is now checked.
6.Click on the SelectAll checkbox again- All rows are unselected, row checkboxes are unchecked, The selectAll checkbox remains checked.

Another issue is, corresponding row checkbox remains checked on moving to next page eventhough the row is not selected. 
For eg,
1. a grid of 20 rows displays 10 items per page; Row 2 is selected and checkbox is checked
2. Move to page 2 - Row 12 checkbox is checked (but row 12 is not selected)

Please note that this discrepancy is only when using a checkbox column, otherwise the grid selection using Ctrl + Click works as expected.

Attached Screenshot of one of the issues

On clicking Row 2 checkbox again, result below

3 comments
ADMIN
Marin Bratanov
Posted on: 01 Oct 2019 06:53

Hello Rohini,

It is good to hear one of the issues is gone. As for a timeframe for the other - fixes depend on a lot of factors and I cannot provide an ETA at this point. If you click the Follow button on the page, you will receive email notifications when the status changes, and the page will also get updated with the expected release once it is known.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Rohini
Posted on: 01 Oct 2019 06:32

Hey Marin,

Thanks for taking this up. Once I updated to the latest packages, I see that the paging issue doesn't exist anymore :)

Can you please provide me an ETA of when the wrong checkbox state issue will be resolved?

 

Thanks again,

Rohini

ADMIN
Marin Bratanov
Posted on: 30 Sep 2019 08:22

Hi Rohini,

I have confirmed and logged the wrong checkbox state for client apps. In the meantime, I can suggest using a server-side Blazor app, as it is more stable, while the WASM flavor is not yet ready as a framework.

On the paging - I was not able to reproduce an issue, and I must note that I am using the 2.1.0 version and the .NET Core 3 RTM version, while the Telerik version associated with this report is still 2.0.0 which means it runs on .NET Core 3 RC1. Could you try upgrading and testing this again? I am attaching here a short video and the page I test with as a reference, so you can confirm if I am missing something.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor