Hello,
I have a RadGridView with [Required] in the metadata.cs like this :
When my RadGridView have no record, a silverlight error appear "Number of invalid parameters". I use the ShowInsertRow="True".
When I have at least one line, my validation work fine...
Any idea?
I have a RadGridView with [Required] in the metadata.cs like this :
[Required(ErrorMessage = "Tssssssssssss")]
public string Localisation { get; set; }
When my RadGridView have no record, a silverlight error appear "Number of invalid parameters". I use the ShowInsertRow="True".
When I have at least one line, my validation work fine...
Any idea?