Hello Keith Pelletier,
You can accomplish this with
ContainerBinding. A telerik’s container binding for Silverlight is the same as a style binding in WPF. Basically it binds a property of the container (
RadTabItem in this case) to a property from the business model:
Also you will need to set the
telerik:ContainerBinding.ContainerBindings property in the header template (
ItemTemplate) of the
RadTabItems.
I prepared a sample project illustrating this approach. Take a look at it and let me know if this is what you had in mind.
Regards,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.