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,
I was able to reproduce the issue that you describe in our latest builds. I opened a case for you (Case number: CAS-63594-G4CRC2, Development work item: #49948) so you can be notified when there is a resolution.
Regards
I have the cityname with [StringLength()] validation
Also can you tell how it would be to add row and get the row added to the grid (related to post http://blogs.infragistics.com/forums/t/54043.aspx)
Thanks for the help in advance
Attached is the dummy code as original source has db that has many fields
You can create db with fields Id, State, CityName, detailsid1
If you can provide me a working sample, it'd be much easier/quicker to identify what may be the problem.
-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?