Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[syncfusion_flutter_datagrid][web] Multi-Select Rows With SHIFT Does Not Work #2144

Open
ThorinEk opened this issue Oct 21, 2024 · 1 comment
Labels
data grid Data grid component waiting for customer response Cannot make further progress until the customer responds.

Comments

@ThorinEk
Copy link

Bug description

Selecting multiple checkboxes through holding SHIFT is not working. The bug can is also affecting the official Flutter Data Grid Demo, so you can reproduce the steps below:

Steps to reproduce

  1. Press a checkbox in any row except the last
  2. Press and hold SHIFT
  3. Press a checkbox in any row further down

Expected result: All the checkboxes in between should be selected
Actual outcome: Only the two clicked rows are selected

However, after clicking any row in the datagrid (not checkbox), then the SHIFT-select feature works after that.

Code sample

Code sample
# pubspec.yaml
dependencies:
  syncfusion_flutter_core: ^27.1.50
  syncfusion_flutter_datagrid: ^27.1.50

Screenshots or Video

image

Stack Traces

I will skip stacktrace since this is not a runtime exception, and is visible in the official Flutter Data Grid Demo.

On which target platforms have you observed this bug?

Web

Flutter Doctor output

Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.24.2, on Microsoft Windows [Version 10.0.22631.4317], locale sv-SE)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.9.2)
[√] Android Studio (version 2023.2)
[√] VS Code (version 1.92.1)
[√] Connected device (3 available)
[√] Network resources

• No issues found!
@LavanyaGowtham2021 LavanyaGowtham2021 added data grid Data grid component open Open labels Oct 22, 2024
@abineshPalanisamy
Copy link

Hi @ThorinEk ,

We have checked your query at our end, and we are able to replicate that issue at our end. We have considered this as a bug and logged a bug report regarding this in our feedback portal. We will fix the reported issue and include the changes in our upcoming weekly patch release, which is expected to be rolled out on November 05, 2024. We will let you know once released, and we appreciate your patience until then.

Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.

Regards,
Abinesh P

@ashok-kuvaraja ashok-kuvaraja added waiting for customer response Cannot make further progress until the customer responds. and removed open Open labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data grid Data grid component waiting for customer response Cannot make further progress until the customer responds.
Projects
None yet
Development

No branches or pull requests

4 participants