MudBlazor/MudBlazor

Add validation support to DataGrid columns during inline editing

オープン

#7,567 opened on 2023/09/28

 (4 件のコメント) (2 件のリアクション) (1 人の担当者)C# (1,631 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (10,394 個のスター)
PR merge metrics
 (平均マージ 6d 6h) (30d で 108 merged PRs)

説明

Feature request type

Enhance component

Component name

DataGrid

Is your feature request related to a problem?

Hi,

I want to be able to pass "Validation" in "PropertyColumn" of the DataGrid. and have it applied to the MudTextField and MudNumericField (in my case especially for inline editing).

Looking at the code it actually should be simple to just pass it down.

i can do a pull request if necessary.

Describe the solution you'd like

For DataGrid: Add the Property "Validation" to "PropertyColumn" / "Column" and pass it down to MudTextField and MudNumericField for inline editing (and form editing?).

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

コントリビューターガイド