This is a migrated thread and some comments may be shown as answers.

difference between Select and ActivateTab methods

1 Answer 219 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
nachid
Top achievements
Rank 1
nachid asked on 30 Jun 2012, 05:19 AM
I can't see any difference between the two.
Any subtle difference?
I was expecting ActivateTab to enable a tab if disabled and select it.
But that's not the case.

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 04 Jul 2012, 12:26 PM
Hello Nachid,

select() method can be used to both return the currently selected tab or select a tab while triggering a SELECT event (which can be prevented). After triggering the event, select() invokes activateTab() which does the real work but does not trigger an event while doing so.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TabStrip
Asked by
nachid
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or