Unplanned
Last Updated: 21 Dec 2022 09:23 by ADMIN
Mads
Created on: 20 Dec 2022 20:24
Category: Entry
Type: Feature Request
1
Entry: Add Support for .NET Data Annotations

Hi Team,

I would like to be able to use standard .NET data annotations on my bound property with the RadEntry's validation features.

For example, the following MaxLength attribute:

[MaxLength(12)]
public string CustomerId
{
    get => customerId;
    set => SetProperty(ref customerId, value);
}

 

Thank you,

Mads

0 comments