Hello Giuliano,
Custom actions would no longer function with Q3 2011 release as hyperlink actions are no longer rendered as <a href>, rather they use javascript function like so:
function NavigateToUrl(Url, target)
{
window.open(Url, target);
}
We have not removed it purposely, but the revamping of HTML rendering we did for the Q3 release required those changes. We had them in mind for quite some time and that is why we warned users that the approach used till now is only a temporary hack.
Additionally as always we aim to be consistent among all viewers/formats and the hack for "custom actions" was only applicable for the ASP.NET viewer. Clients that used other technology did not have a way to get this done which is bad. There is no other *hack* for the time being. If we implement custom actions for future versions, this would be indicated in our
Roadmap.
Regards,
Steve
the Telerik team
Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!