Row keeps highlighted state after clearing DropDownDataGrid #1015

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

Originally created by @johanpolak on GitHub (Oct 23, 2023).

Describe the bug
After clearing the value of a dropdowndatagrid, the previously selected row still has the highlighted state.

To Reproduce
Steps to reproduce the behavior:

  1. Create a dropdowndatagrid with 'AllowClear' set to true. In my case it is a dropdowndatagrid with multiple columns defined.
  2. Select a value in the dropdown, the selected row has a highlighted state
  3. Clear the value of the dropdowndatagrid
  4. The previously selected row still has the highlighted state.

Expected behavior
After clearing the value, there shouldn't be a highlighted row anymore.

Originally created by @johanpolak on GitHub (Oct 23, 2023). **Describe the bug** After clearing the value of a dropdowndatagrid, the previously selected row still has the highlighted state. **To Reproduce** Steps to reproduce the behavior: 1. Create a dropdowndatagrid with 'AllowClear' set to true. In my case it is a dropdowndatagrid with multiple columns defined. 2. Select a value in the dropdown, the selected row has a highlighted state 3. Clear the value of the dropdowndatagrid 4. The previously selected row still has the highlighted state. **Expected behavior** After clearing the value, there shouldn't be a highlighted row anymore.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1015