shieldui - Relating two shield UI ASP.NET Charts -


i want create 2 related shield ui asp.net charts. when users clicks on first one, data on second 1 changed. looked @ available events in visual studio, find events related data binding, loading , on. see there group of properties- clientevents. , seriesclick event declare seriesclickfunction. located in c# code:

    protected void seriesclickfunction() {      } 

however when run application in debug mode , put break on function, never gets triggered. why that? how take use of these events?

in c# code module may not place clientevents functionality. need place on html source of page. here 1 example of how may relate 2 charts in manner want:

https://demos.shieldui.com/aspnet/rangebar-chart/related-charts


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -