Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Ajax > Using CrystalReportViewer with RadAjax

Not answered Using CrystalReportViewer with RadAjax

Feed from this thread
  • Posted on Jan 30, 2007 (permalink)

    Requirements

    RadAjax version

       1.x+
    Web.UI version    2007.3.1425
    .NET version

       2.0
    Visual Studio version

       VS2005
    programming language

      JavaScript
    browser support

    all browsers supported by r.a.d.ajax

    To convert code   Telerik online converter

    PROJECT DESCRIPTION
    This project shows, how you can use our ajax controls to partially ajaxify your CrystalReportViewer. What we mean by partially is that, the export, print and sub-reports do not function properly when the whole CrystalReportViewer is ajaxified. To make them work properly you need to turn off the ajax just for these events in the OnRequestStart event of the Ajax control.

  • Steve Steve admin's avatar

    Posted on Mar 8, 2008 (permalink)

    Hi guys,

    We've posted Web.UI version of the project here for those of you already using our new controls. The difference here is that we get reference to the export and print buttons directly through the e.EventTarget and return the correct buttons in a for loop.

    Kind regards,
    Steve
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center

  • Martin Martin admin's avatar

    Posted on Aug 5, 2010 (permalink)

    Hello Guys,

    For CrystalReports version 14.0.2000.0 you should follow a slightly different approach. The attached sample provides the details.

    Best wishes,
    Martin
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Ajax > Using CrystalReportViewer with RadAjax