Hi
I did check your post at
http://blogs.telerik.com/pavelpavlov/posts/10-01-27/cascading_comboboxes_selection_in_radgridview_for_silverlight_and_wpf.aspx
However, there is a problem with my scene is that the list Country and Continent must be retrieving from the server through service call not Static created one on the CLIENT side like what you did on the example.
Right now i am using Entity Framework 4 and RIA service.
I can create an extra property like in your example
I did check your post at
http://blogs.telerik.com/pavelpavlov/posts/10-01-27/cascading_comboboxes_selection_in_radgridview_for_silverlight_and_wpf.aspx
However, there is a problem with my scene is that the list Country and Continent must be retrieving from the server through service call not Static created one on the CLIENT side like what you did on the example.
Right now i am using Entity Framework 4 and RIA service.
I can create an extra property like in your example
AvailableCountries for my data object Plz help thanks