views:

30

answers:

0

Hi All, I'm trying to show the Master/details scenario in SL4. I have a DataGrid as master and ContentControl as the Child/detail and I want is to select the ContentTemplate to be picked up based upon the [ProductTemplate] Property Value of the currently Selected Item in the DataGrid. Also within that DataTemplate I have DataForm and a another ContentControl. The Items in the child ContentControl will be binded to the DataForm Properties which are then binded to the Selecteditem of the Grid(Parent). I did that using the DataTemplate.Triggers in the WPF and belive that they are not supported in the SL4.

Is there any way I can do that in SL4? Any response would be appreciated.