RE: RIA Domain Services and required dependencies

2010-01-27 Thread Tony Wright
? T. From: ozsilverlight-boun...@ozsilverlight.com [mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Miguel Madero Sent: Wednesday, 27 January 2010 1:24 PM To: ozSilverlight Subject: Re: RIA Domain Services and required dependencies You need a custom validator. http

Re: RIA Domain Services and required dependencies

2010-01-27 Thread tonywr
: RIA Domain Services and required dependencies I've not experienced that issue. Try to explicitly validate the property to see if that's an issue with the DataForm or just with how you set up the validation. var ctx = new ValidationContext(this, null, null) { MemberName

Re: RIA Domain Services and required dependencies

2010-01-27 Thread tonywr
[mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Miguel Madero Sent: Thursday, 28 January 2010 11:10 AM To: ozSilverlight Subject: Re: RIA Domain Services and required dependencies I've not experienced that issue. Try to explicitly validate the property to see if that's an issue

Re: RIA Domain Services and required dependencies

2010-01-27 Thread tonywr
To: ozSilverlight Subject: Re: RIA Domain Services and required dependencies I've not experienced that issue. Try to explicitly validate the property to see if that's an issue with the DataForm or just with how you set up the validation. var ctx = new ValidationContext

Re: RIA Domain Services and required dependencies

2010-01-27 Thread Chris Anderson
: ozsilverlight-boun...@ozsilverlight.com [mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Miguel Madero Sent: Thursday, 28 January 2010 11:10 AM To: ozSilverlight Subject: Re: RIA Domain Services and required dependencies I've not experienced that issue. Try

Re: RIA Domain Services and required dependencies

2010-01-27 Thread tonywr
11:10 AM To: ozSilverlight Subject: Re: RIA Domain Services and required dependencies I've not experienced that issue. Try to explicitly validate the property to see if that's an issue with the DataForm or just with how you set up the validation. var

RIA Domain Services and required dependencies

2010-01-26 Thread tonywr
Hi all, Say I have a car. Car has Make and Model. Then I have terms. Terms can apply to an entire Make, or they can apply to a particular Model. A Term in the database would be TermID, TermType, Make, Model, Description. I don't have the ability to change the table structure. So I have

Re: RIA Domain Services and required dependencies

2010-01-26 Thread Miguel Madero
You need a custom validator. http://blogs.microsoft.co.il/blogs/bursteg/archive/2009/04/14/net-ria-services-custom-validation.aspx -- Miguel A. Madero Reyes www.miguelmadero.com (blog) m...@miguelmadero.com ___ ozsilverlight mailing list