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

Special Character Error

1 Answer 112 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 01 Jul 2015, 01:15 PM
When my Gantt chart renders, no matter what browser, running horizontally along the top of and vertically along the left side of the timeline view are a bunch of special capital "A" characters.  I cannot seem to figure out exactly where the problem lies.  Any help would be greatly appreciated.  I have attached a PDF for reference.

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 03 Jul 2015, 07:36 AM
Hello,

As it appers there is an issue with the encoding of the following css rule
.k-gantt .k-gantt-tasks td:after {
  content: "\a0";
}

 , so you could either force the encoding on the page to be utf-8 using the following meta tag 
 <meta charset="utf-8">  or check the settings of the browser as shown in this video.

Regards,
Dimitar Terziev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
Matthew
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or