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

Border Issue while implementing Calender in Rad Grid

1 Answer 57 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Kapil
Top achievements
Rank 1
Kapil asked on 23 May 2008, 08:35 AM
Hi,

Recent I added RAD Calender to my RAD GRID. Everything is working fine as required except there is a strange left and right border shade.

I tried to check it however I was not able to remove it. Here is the code that I have written inside the grid
 
<radG:GridTemplateColumn HeaderStyle-HorizontalAlign="Left" UniqueName="OfferExpiryDate1" 
 HeaderText="Offer Expiry Date1" ItemStyle-VerticalAlign="Middle"
 <ItemTemplate> 
   <radCln:RadDatePicker ID="RadDatePicker3" runat="server"
   </radCln:RadDatePicker> 
 </ItemTemplate> 
</radG:GridTemplateColumn> 

What could be the issue here?
Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 May 2008, 10:44 AM
Hi Kapil,

Most probably the date picker is inheriting border styles from the RadGrid skin.

In order to fix this, please try using the following CSS rule:


.RadGrid_SkinName  .pickerWrapper_SkinName  table  td
{
    border:0;
}


Let us know how it goes.


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar
Asked by
Kapil
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or