Tab Click Event

Hello,

I am trying to add a click event at the tab header
I saw this example you posted but it does not work for me.

https://www.syncfusion.com/forums/148800/how-to-capture-tab-click-event

The component that I am using is SfTab like in this example:

<SfTab>
    <TabItems>
        <TabItem Content="">
            <ChildContent>
                <TabHeader Text="..."></TabHeader>
            </ChildContent>
        </TabItem>
        <TabItem Content="">
            <ChildContent>
                <TabHeader Text="..."></TabHeader>
            </ChildContent>
        </TabItem>
        <TabItem Content="">
            <ChildContent>
                <TabHeader Text="..."></TabHeader>
            </ChildContent>
        </TabItem>
    </TabItems>
</SfTab>

Any advice on how to solve it?


1 Reply 1 reply marked as answer

SK Satheesh Kumar Balasubramanian Syncfusion Team February 11, 2022 12:00 PM UTC

Hi Amanda, 
  
We have prepared sample to reproduce the reported issue. But, Selecting and Selected event is captured properly at our end. 
  
Could you please share the below details to reproduce the issue? This will help to validate the issue and provide prompt solution at earliest. 
  •  Replicate the issue in the above sample (or) share issue replicating sample if possible
  • Share Syncfusion package version details

Regards, 
Satheesh Kumar B 

  


Marked as answer
Loader.
Up arrow icon