Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Handle seriesMouseLeftButtonDown event from HtmlHelper
posted

Hi,

I have data chart rendered using HtmlHelper on my MVC application. How can handle the click event on the series items?

I am using Ignite UI 2015 Vol 1.

Parents
  • 9190
    Offline posted

    Hi Keanchan,

    Thank you for posting on our forums.

    With each IgniteUI control, the MVC wrappers include a method called AddClientEvent() which can be used to Define the JavaScript function associated with the event. To learn more please review our help documentation. For handling the click action on the igDataChart, I recommend using the seriesMouseLeftButtonDown event.

    Please let me know if you have further questions regarding this matter.

Reply Children