Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

Please see: 

Problem:
OnSelectedChanged event handler is never called in SfChart when 
any SelectionMode is set.


Repro:
run the code at the link above, choose F12 to view the Console output
click load data button
click on a column data point


Expected Result: 
No Errors in the output Console.
The event Handler for OnSelectedChanged is called showing

SelectionChanged Success.


Actual Result:
Output window showa errors:

9syncfusion-blazor.min.js:17 Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf')

...

8VM4641 syncfusion-blazor.min.js:17 Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf')

    at Object.getSeriesElements (VM4641 syncfusion-blazor.min.js:17:145881)

    at Object.selectionComplete (VM4641 syncfusion-blazor.min.js:17:157351)

    at Object.performSelection (VM4641 syncfusion-blazor.min.js:17:152709)

    at Object.calculateSelectedElements (VM4641 syncfusion-blazor.min.js:17:135139)

    at e.chartOnMouseClick (VM4641 syncfusion-blazor.min.js:17:12290)


and the 

event Handler for OnSelectedChanged is not called.
"SelectionChanged Success." is not displayed