Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ColorPicker > Right to left with ShowIcon="true"

Not answered Right to left with ShowIcon="true"

Feed from this thread
  • Bob avatar

    Posted on Aug 11, 2011 (permalink)

    Greetings,
    Please i have the following bug when using the ColorPicker with a right to left page and the ShowIcon property is set to true, the selected color is not appearing on the icon (the color of the icon is always white).

    Reply

  • Slav Slav admin's avatar

    Posted on Aug 15, 2011 (permalink)

    Hi Bob,

    The problem you have described was detected and fixed in the Q2 2010 release of the RadControls. Most probably your version of the RadControls is older than that, so I would recommend updating them to the latest release in order to remove the issue and to experience the new features that have been added.

    If you are unable to upgrade, you can try the following workaround - the CSS provided below should be placed in your page's head section:
    <style type="text/css">
        .RadColorPickerRTL .rcpIcon em
        {
            text-indent: 3333px !important;
            width:auto !important;
        }
    </style>

    I hope the information, listed above helps. Feel free to contact us again should you need further assistance.

    Greetings,
    Slav
    the Telerik team

    Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ColorPicker > Right to left with ShowIcon="true"
Related resources for "Right to left with ShowIcon="true""

ASP.NET ColorPicker Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]