I need know how i can add an new tab with code in the radTabStrip.
Thanks
3 Answers, 1 is accepted
0
Boyko Markov
Telerik team
answered on 22 May 2007, 04:41 PM
Hi Arturo Duarte,
The solution is to create a new instance of TabItem and then add it to the items collection of your TabStrip. You could use the following code block as an example: