in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Redirecting to a new page on Webchart click event

Last post 10/27/2008 7:37 AM by Phil Rembold. 4 replies.
Page 1 of 1 (5 items)
Sort Posts:
Previous Next
  • 5/23/2008 2:09 AM

    Redirecting to a new page on Webchart click event

     Hello,

     I tried to redirect to a new page in objectedselected event(on chart click event and some other events also),but it is not supporting redirection.

    I tried with other chart events also,the same error continues.

    May be this is because all the events are callbacks that gets executed at client side..?

    Is there a way to achive redirection on clicking chart ?

     

    Thanks

    Sridhar

     

     

  • 5/23/2008 7:31 AM In reply to

    Re: Redirecting to a new page on Webchart click event

    Hello,

    Set the WebChartControl.EnableCallBacks property to false, so the ObjectSelected event is processed via a postback rather than a  callback.
    Then try to execute the redirection again. Does this solution help you?

    R&D, .NET Team.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/sc
  • 5/23/2008 10:06 AM In reply to

    Re: Redirecting to a new page on Webchart click event

     Hello ,

    Nice to see a quick response from you guys as we are evaluting the devexpress controls with our requirements..

    Thats really a good one for redirecting to a page with in the same project.

    I achived this by using "RedirectOnCallback" method.

    My requirement is ,it should redirect to a different website.

    How to achive this?

    Thanks & Regards,

    Sridhar

  • 5/23/2008 11:55 AM In reply to

    Re: Redirecting to a new page on Webchart click event

     Hello,

    I found a way to handle my requirement.I am working on that.

    Thanks for the reply.

    Thanks & regards,

    Sridhar

  • 10/27/2008 7:37 AM In reply to

    Re: Redirecting to a new page on Webchart click event

     Not to bump and old post, but this is the topic that kept coming up when I was trying to do something similar and it does not have a posted solution. So, if you need help using the objectselected event and redirecting or using a drill-down chart, this link will help you: http://www.devexpress.com/Support/Center/p/Q133324.aspx Just look at the final example project that is attached.

Page 1 of 1 (5 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED