Hi!
I'm trying to implement the OnItemClick event for the Treemap. I added the treemap TreeMapEvents annotation with the OnItemClick property and I created my custom function for the OnItemClick. The OnItemClick event is triggered correctly but some events like the drill back from one level doesn't work anymore when I add the TreeMapEvents annotation. I use the drilldown view and the treemap levels for my treemap. I'm using the version 19.2.0.56 of Syncfusion Blazor Treemap
Hi Durai!
It seems like it was the EnableGroupingSeperator property of the SfTreemap that causes the bug, I remove the property from my Treemap because I didn't use it anyway. I put the property at true in your sample, as you can see when the property is enable and the treemapevents annotation is use, the drill back event doesn't work anymore.
Thank you for your help my problem is solve
Regards,
Antoine