This is a migrated thread and some comments may be shown as answers.

CSS Issue on refresh or back

1 Answer 52 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Digant
Top achievements
Rank 1
Digant asked on 14 Feb 2014, 09:00 AM

Hi friends,,,

I have override CSS in my page.aspx
as below

////////////////.aspx//////////////

      .RadWindow .rwTitlebarControls TD A
        {
            display: none;
            background: none;
            background-image: url(../App_Themes/Default/Images/headerrow-bg.gif) !important;
        }

        .RadWindow TABLE .rwTitlebar
        {
            padding-top: 0px;
            margin-top: 0px;
            font-size: 15px;
            color: white;
            background: none;
            background-image: url(../App_Themes/Default/Images/headerrow-bg.gif) !important;
        }

        .RadWindow .rwControlButtons
        {
            background: none;
            background-image: url(../App_Themes/Default/Images/headerrow-bg.gif) !important;
        }

      

        .RadWindow .rwBodyRight
        {
            display: none;
        }

        .RadWindow .rwBodyLeft
        {
            display: none;
        }

        .RadWindow .rwTopLeft
        {
            display: none;
        }

        .RadWindow .rwTopRight
        {
            display: none;
        }

        .RadWindow .rwTopResize
        {
           
            display: none;
        }

        .RadWindow .rwFooterLeft
        {
            display: none;
          
        }

        .RadWindow .rwFooterRight
        {
            display: none;
        }

        .RadWindow .rwFooterCenter
        {
          
            display: none;
        }

     

        .RadWindow .rwFooterRow
        {
            display: none;
        }

        .RadWindow .rwDialogText
        {
            text-align: left;
            font-family: Calibri;
        }

        .RadWindow .rwDialogInput
        {
            font-family: Verdana,Arial,sans-serif;
            font-weight: normal;
        }

        .RadWindow .rwTable
        {
            border: 1px solid;
        }

        .RadWindow TABLE.rwTable
        {
            border: 1px thin;
        }

        .RadWindow_Default .rwTable .rwTitlebarControls EM
        {
            color: white;
            font-family: Verdana,Arial,sans-serif;
        }

        .RadWindow .rwTitleRow EM
        {
            padding-left: 10px;
        }


//////////End//////////////

You can see CSS applied in "CssWithImage.png"  that works fine


but issue occurred when i click on "refresh button" or  "back button"


override CSS not working you can see in "CSSWithoutImage.png"

if any one has any idea about it then please help me

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 17 Feb 2014, 05:34 PM
Hello Digant,

For some reason the attached images did not make it through. Can you attach them again so we could see the problematic behavior at hand?

It would be really helpful if you provide also the full markup needed to reproduce the issue. Please, review the following blog post on the subject: Isolating a Problem in a Sample Project

On a side note, we kindly ask you to use just one support channel to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two threads instead of one.

Regards,
Veselina Raykova
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
FileExplorer
Asked by
Digant
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or