I am using xamgrid
In the metadata.cs I have decorated the attributes with [Required]/ [StringLength()] validations
The xamgrid shows the validations correctly, but the user is still able to go to the next row, how can i prevent that,
Hi,
XamGrid should only display the warnings when in edit mode. If the warnings appear while in edit mode, it won't let you exit edit mode.
-SteveZ
I am able to exit the edit mode
When i am in edit mode again it shows error
It does not work as you suggested, any pointers what could be wrong?