Silverlight 2 Data Form - Episode 3: Master/Details and ObservableCollection

In Episode 3 of my series on creating a Silverlight 2 Data Form, we display the details of the selected item and explore the DataContext property. I spend some time on the interesting and flexible ObservableCollection objects and configure automatic UI updating by implementing INotifyPropertyChanged.

Remember: These tutorials are sequential! You must complete Episode 1 and Episode 2 to be ready for this one. 

 

Published 21 January 2009 09:46 AM by Ken Cox [MVP]
Filed under: ,

Comments

# Silverlight 2 Data Form - Episode 3: Master/Details and ObservableCollection - WebLog of Ken Cox said on 21 January, 2009 12:58 PM

Pingback from  Silverlight 2 Data Form - Episode 3: Master/Details and ObservableCollection - WebLog of Ken Cox

# Henrik said on 28 January, 2009 04:39 PM

ValidatesOnExeptions=true

NotifyOnValidationError=true

I'm not able to reach these namespaces in xaml

My Namespaces in Xaml are:

xmlns="schemas.microsoft.com/.../presentation"

   xmlns:x="schemas.microsoft.com/.../xaml"

Hope for some help on this issue!

By the way, the series is somewhat outstanding - if you had provided code in C# you'd be an angel - or if

you'd create pdf or even only provided the sourcecode it would be much wanted.

# Ken Cox [MVP] said on 28 January, 2009 04:56 PM

@Henrik: You won't get Intellisense for these because they are part of the Text property string and not TextBox attributes themselves:

               Text="{Binding Mode=TwoWay, Path=CompanyName,  ValidatesOnExceptions=true, NotifyOnValidationError=true}" />

You want it in C#? Why? In my experience most people who program only in C# already know everything there is to know. <g, d, & r>

Ken

# Silverlight 2 Data Form - Episode 3: Master/Details and ObservableCollection | Rich Internet Application and User Interface Videos said on 05 February, 2009 10:02 AM

Pingback from  Silverlight 2 Data Form - Episode 3: Master/Details and ObservableCollection | Rich Internet Application and User Interface Videos

Leave a Comment

(required) 
(required) 
(optional)
(required) 

Search

Go

This Blog

Web Links

Syndication