Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > RadEditor Classic custom build v7.3.5 with fix for the Chrome browser
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadEditor Classic custom build v7.3.5 with fix for the Chrome browser

Feed from this thread
  • Posted on Sep 5, 2008 (permalink)

    Please, find attached a custom trial build v7.3.5 of RadEditor Classic which fixes the $0 problem in Google Chrome.

    If you are a licensed developer and would like to obtain a Developer build of the new version, please open a support ticket.

    Best regards,
    Rumen
    The Telerik Team

  • David avatar

    Posted on Sep 22, 2009 (permalink)

    I already have RadEditor_7_3_6_dev_hotfix and the $0 issue is still present. How do I get a working version?

    It appears to be replacing space characters with $0 among others.

  • Rumen Rumen admin's avatar

    Posted on Sep 24, 2009 (permalink)

    Hi David,

    Are you sure that you use indeed v7.3.6 of RadEditor Classic? I tried to reproduce the reported problem with version 7.3.6 of RadEditor but without success.
    Are you able to reproduce the problem with the Save in Database example of RadEditor v.7.3.6?

    Could you please provide sample content and steps on how to replicate the issue on our side so that we can fix it?

    Kind regards,
    Rumen
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

  • raffy de la cruz avatar

    Posted on Oct 4, 2010 (permalink)

    I have this problem and I have the version 2010 q2, as solved

  • David avatar

    Posted on Oct 5, 2010 (permalink)

    No you are correct. I checked and we are using v7.3.5 I have downloaded v7.3.6 but there are many breaking changes.

    For example, where has the XHTML property gone? and where has the .Toolbars property gone. I used to do something similar to the code below but now this wont wort and replacing .Toolbars with .Tools doesnt work either.

    Me.Toolbars("DropdownToolbar").Tools.Remove(Me.Toolbars("DropdownToolbar").Tools("ApplyClass"))

    Is there a list of breaking changes somewhere?

  • Rumen Rumen admin's avatar

    Posted on Oct 5, 2010 (permalink)

    Hi David,

    Are you sure that you are indeed talking about v7.3.6 of RadEditor Classic because it offers a server XHTML property?

    RadEditor for ASP.NET AJAX does not offer an XHTML property, because the XHTML validation is performed entirely on the client by the ConvertToXhtml client-side filter. The content returned by the Content server property of the new editor is XHTML.

    You can see how to remove tools from the toolbar of RadEditor for ASP.NET AJAX in this help article: Removing Toolbar Buttons.


    Best regards,
    Rumen
    the Telerik team

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

  • raffy de la cruz avatar

    Posted on Oct 5, 2010 (permalink)

    Excuse me, what happened was that I had installed the 2008 version and install version 2010 and thought it had updated automatically, but I gave him to update and all ok, was using the 2008 version even longer, I went all good Thanks

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > RadEditor Classic custom build v7.3.5 with fix for the Chrome browser