Edit Template Validations

Hi,

Can anyone help in knowing how to do validations in edittemplate (while doing inline editing) in radzen blazor grid. I tried by adding the validations inside the edittemplate but it doesnt work.

Thanks,
Dhiren.

This is how validators work - they are in the edit template and have their Component property set to the Name of the component they will validate.

I tired the same but it didnt work.

I now see that this is for blazor. Indeed the DataGrid inline editing doesn't support validators yet. As a workaround you can perform validation manually in the code which handles saving.