MudBlazor/MudBlazor

MudDataGrid: Expose the unselected item in an event

Open

#10,244 opened on Nov 14, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (1,631 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (10,394 stars)
PR merge metrics
 (Avg merge 6d 6h) (108 merged PRs in 30d)

Description

Feature request type

Enhance component

Component name

MudDataGrid

Is your feature request related to a problem?

This event cannot catch UNSELECTED items...

    void SelectedItemsChanged(HashSet<Element> items)
    {
        _events.Insert(0, $"Event = SelectedItemsChanged, Data = {System.Text.Json.JsonSerializer.Serialize(items)}");

This event return Event = SelectedItemsChanged, Data = [] (When Unselect the Row)

Describe the solution you'd like

We want to add this necessary feature

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

  • I would like to do a Pull Request

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributor guide