Hi Guys,
Anyidea how i can bind the ultrawebtab to typed dataset?
There doesn't seem to be DatasourceId property.
Regards
Salim
Hello Salim,
The UltraWebTab does not support binding in that aspect. I am assuming you want to build the tabs from a list? To do that you just cruise through your list (dataset/array/collection/object) and create the tab objects dynamically.
What else should the control do for this case?
What are the expected results if you could set a DataSource/DataSourceId for the UltraWebTab control?