This is a migrated thread and some comments may be shown as answers.

OnClientSeriesClicked on RadWindow

3 Answers 86 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Iron
Andy asked on 29 Jan 2013, 10:26 PM
I have a HTML Bar Chart on a webpage.

It implements a OnClientSeriesClicked event:

           function OnClientSeriesClicked(sender, args)
           {
              radopen("/pagesModules/ComplienceChartDetail.aspx?Category=" + args.get_category(), "RadWindow1");
           }

This opens a RadWindow which displays another HTML bar chart.

This works fine.

However... the Bar Chart on the RadWindow also implements a OnClientSeriesClicked event.

This one does not fire.

Is this allowed?


3 Answers, 1 is accepted

Sort by
0
Andy
Top achievements
Rank 1
Iron
answered on 29 Jan 2013, 11:48 PM
Never mind...  I was using a Chart instead of a Htmlchart
0
Logan Marshall
Top achievements
Rank 2
Iron
answered on 02 Feb 2013, 02:24 PM
Hey,

If you have experience with OnSeriesClicked event with HTML Charts.  Do you mind replying to my thread as per the problem I'm having?  Perhaps you could solve it!
0
Marin Bratanov
Telerik team
answered on 04 Feb 2013, 01:52 PM
Hi guys,

There shouldn't be a problem with using the events RadHtmlChart exposes in a RadWindow. The most likely reason for the op's problem is an unrelated JavaScript error.

@ Logan - the issue in your other thread does not stem from the client-side event, but from the way the server DataSource is handled. I suggest we continue the discussion there.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (HTML5)
Asked by
Andy
Top achievements
Rank 1
Iron
Answers by
Andy
Top achievements
Rank 1
Iron
Logan Marshall
Top achievements
Rank 2
Iron
Marin Bratanov
Telerik team
Share this question
or