radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.45k stars 775 forks source link

Feature Request [DataGrid]: In-Cell Editing #1543

Closed robertmclaws closed 3 months ago

robertmclaws commented 3 months ago

As one of Telerik's oldest customers and a heavy supporter of this library, I would LOVE to see in-cell editing (https://demos.telerik.com/blazor-ui/grid/editing-incell).

Most of my apps are replacements for Excel spreadsheets, and giving people an Excel-like experience for editing, tied in with my Observable C# objects, would provide an amazing experience for my end users.

Please make this happen!

dave-gcv commented 3 months ago

@robertmclaws DataGrid already has in line editing?

https://blazor.radzen.com/datagrid-inline-edit

robertmclaws commented 3 months ago

This is really great, and I super-appreciate how quickly you folks got something working.

However, for existing DataGrids with EditTemplates already specified, this is not ideal.

I feel like it should be possible to control the edit mode at the Column level and not with individual control visibility in the Display template.