This is a migrated thread and some comments may be shown as answers.

RadGridView Validation Help

1 Answer 159 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 06 Oct 2010, 05:41 PM
Hello,
I have created a silverlight application that is using domain services.  I have added the RadGridView control (version 2010.2.924.1040) to one of my pages.  It is bound to a table like the one listed below.

LocationID        varchar(4)
LocationGUID   guid
LocationName    varchar(50) 

My LocatioGUID field keeps each record unique.  However, the RadGridView control is allowing the LocationID (User defined field) to contain duplicates.  How can I get the control to keep each entry unique for LocationID?
Thank you.

1 Answer, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 06 Oct 2010, 05:58 PM
Hello Scot,

First you might have posted in the wrong forums, because these are the forums for winforms.

But in any way for data validation, this article explains the basics of data validation for winforms, and this one is for silverlight.

They should offer enough details on how to handle custom data validation.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
Tags
GridView
Asked by
Scott
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Share this question
or