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

HTML Table inside a scheduler appointment

2 Answers 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Stepan
Top achievements
Rank 1
Stepan asked on 07 Oct 2011, 09:23 AM
Dear Telerik,

Could you please advice me how to get rid of the visible cell borders of the html table which I use inside the <AppointmentTemplate> of my scheduler?

CSS settings for the table similar to <table width="100%" style="border-width: 0px; border-style:none;"> does not seem to work...

The screen-shot is attached.

Many thanks!

- Stepan.

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 09 Oct 2011, 09:12 AM
Hi Stepan,

<table class="custom-table">
<style type="text/css">
       .custom-table
       {
           width: 100%;
           border-collapse: collapse !important;
       }
       .custom-table td
       {
           border: 0 !important;
       }
   </style>



Kind regards,
Peter
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
0
Stepan
Top achievements
Rank 1
answered on 10 Oct 2011, 07:44 AM
Thank you, Peter!

That's helped!
Tags
Scheduler
Asked by
Stepan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Stepan
Top achievements
Rank 1
Share this question
or