Hello Ketaki,
I am not really sure what you mean by "static" and "dynamic" binding. However, when the
RadTabControl is databound to a collection, then you can apply an
ItemTemplate and a
ContentTemplate to define what to be displayed.
The
ItemTemplate property defines the
Header of each
TabItem, same as the
DisplayMemberPath property. The
ContentTemplate, on the other hand, controls the content of each
RadTabItem. More information you can find
here.
If, however, the
RadTabControl is defined in
XAML and you only set a
Header to each
RadTabItem, then the content of the item will remain empty.
From the code snippet you sent it seems that you have defined both an
ItemTemplate( or a
DisplayMemberPath) and a
ContentTemplate for the
RadTabControl:
Is that the case or I am missing something?
Sincerely yours,
Petar Mladenov
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