It's very wonderful if I can "Validate" data when I edit DataGrid data.
for example suppose this code :
<DataGridColumn TItem="Employee" Field="@nameof( Employee.EMail )" Caption="EMail" Editable="true" />
It's very good if I can have such property
<DataGridColumn TItem="Employee" Field="@nameof( Employee.EMail )" Caption="EMail" Editable="true" **Validator="@ValidationRule.IsEmail"** />
or
<DataGridColumn TItem="Employee" Field="@nameof( Employee.EMail )" Caption="EMail" Editable="true" **Validator="@CustomValidationFunc"** />
Thanks.
Seems like a pretty good idea. I think I can do add it on the list.
Hello!
What's the status of this? I think it is very important feature. Is there any workaround to validate edition on Datagrid?
Amazing library @stsrki !
I think this can be part of #306. Current milestone is already packed so I can start working on this one for v0.9.2. Hopefully it will be somewhat in the next month or so.
Most helpful comment
I think this can be part of #306. Current milestone is already packed so I can start working on this one for v0.9.2. Hopefully it will be somewhat in the next month or so.