Event selected not working on first tab load

Hello,

I am using latest Syncfusion version. In version 16.2.49 on application load with tab, tab event selected working and in that event I am adding data to my tab. In latest version on application load no longer selected event working. How can I make it working on application load? Also event created is working, but get no arguments.

1 Reply

DL Deepa Loganathan Syncfusion Team October 23, 2018 11:17 AM UTC

Hi,  
 
Thank you for contacting Syncfusion support.  
 
We would like to let you know that we did recently (v16.2.48) change the behavior of Tab component in which selected event would not trigger upon initial rendering of the component unless otherwise the current selection is changed via selectedItem API.  
 
If you would rather wish to load data in the Tab upon initial rendering, you could make use of the Create event of Tab by accessing the Tab instance as given in the below code. 
 
 
Please check and let us know if you have any concerns.  
 
Regards,  
Deepa L. 


Loader.
Up arrow icon