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
Post a Comment