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

To remove RadDatePickers Textbox borders in CSS printing

1 Answer 65 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ritika
Top achievements
Rank 1
Ritika asked on 14 Oct 2012, 06:53 AM
Hi,

I have a RadDate Picker control  and a print button on the page. the print button uses print.css stylesheet. I am trying to Remove the raddatepickers Textbox borders in the print version. Can someone tell me what properties are to be applied in css to remove the borders of the textbox? 
i tried css like this
.rcTable .rcSingle .rcInputCell,.riContentWrapper
{
border:none;
}

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 18 Oct 2012, 07:21 AM
Hello Ritika,

Try the following CSS, it worked on my side to remove the borders from pickers:
<style type="text/css">
    html body .RadInput input.riTextBox {
        border: none;
    }
</style>


Kind regards,
Tsvetina
the Telerik team
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Ritika
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or