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

Data Annotations and Validation support

1 Answer 99 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 2
Alexey asked on 31 Jul 2009, 04:32 AM
Hi,

Are u supporting data annotations and validation in GridView release for Silverlight 3?

Is it possible to use data annotations to set up editor for each column of Grid. It would be very nice feature! In our application all forms should be generated on the fly according to ViewModel that was build.

Example:

ProductVM
{
     [Editor(typeof(ImagePicker))]
     public Uri ImageUri
     {
          get {...} set {...}         
     }
}

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 03 Aug 2009, 04:01 PM
Hello Alexey,

We plan to add support for DataAnnotations attributes and Validaiton in RadGridView for our Q3 release. We will continue to push latest internal builds each Friday so as soon as we implement the required logic it will be available for download.

Best wishes,
Stefan Dobrev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Alexey
Top achievements
Rank 2
Answers by
Stefan Dobrev
Telerik team
Share this question
or