RadzenDropdownDataGrid.Reset() doesn't reset highlighted row #1169

Closed
opened 2026-01-29 17:49:52 +00:00 by claunia · 0 comments
Owner

Originally created by @sirkyomi on GitHub (Mar 21, 2024).

Describe the bug
After calling the Reset() function, the selected value is empty, but the previously selected row is still highlighted

To Reproduce
Steps to reproduce the behavior:

  1. Create Dropdowndatagrid
  2. Click Row in Grid to select
  3. Call .Reset() function

Expected behavior
the selected row should also be resetted

Workaround

  1. Calling .Reset() function
  2. Calling .DataGrid.SelectRow(null)
    (similiar to what the code is doing in the private .Clear() function)
Originally created by @sirkyomi on GitHub (Mar 21, 2024). **Describe the bug** After calling the Reset() function, the selected value is empty, but the previously selected row is still highlighted **To Reproduce** Steps to reproduce the behavior: 1. Create Dropdowndatagrid 2. Click Row in Grid to select 3. Call .Reset() function **Expected behavior** the selected row should also be resetted **Workaround** 1. Calling .Reset() function 2. Calling .DataGrid.SelectRow(null) (similiar to what the code is doing in the private .Clear() function)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1169