MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.21k stars 1.18k forks source link

DataGridEditMode.Cell doesn't trigger event on a CustomCell #8782

Open karlosmrez opened 3 weeks ago

karlosmrez commented 3 weeks ago

Bug type

Component

Component name

DataGrid (Editing)

What happened?

In DataGrid you can choose EditMode Cell and it allows you to edit inputs direct in Data Grid.

In the example implemented in the Documentation there is a Edit template with a MudSelect that doesn't trigger the event when the select change. If you choose another option in select any changes are committed. Is that a bug?

Screenshot_2024-04-22-17-22-46-874_com android chrome

Expected behavior

If you use an Edit template with a MudSelect inside it, it should be detect changes.

Reproduction link

https://mudblazor.com/components/datagrid#editing

Reproduction steps

  1. Go to https://mudblazor.com/components/datagrid#editing
  2. Select cell mode
  3. Change one value of any select
  4. Any changes are commited

Relevant log output

No response

Version (bug)

6.19.1

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On which operating systems are you experiencing the issue?

Windows

Pull Request

Code of Conduct

dostmehdi commented 2 weeks ago

Hi there I have the same problem. To hide the spin buttons of the numeric field, I have to use a customized column.