Hi,
Two questions:
1. Is there a way to put HTML in the text property of a tab of a tabstrip that is bound to a datasource? Here's an example: http://dojo.telerik.com/OSOLi
2. If yes to #1, can I have an element in the tab text use data binding? Something like:
{
text: "<span id='baseball-count' data-bind='text: baseballCount'></span>Baseball",
encoded: false,
...