Won't Fix
Last Updated: 10 Jun 2015 09:21 by ADMIN
ADMIN
Danail Vasilev
Created on: 17 Jan 2013 11:38
Category: HtmlChart
Type: Bug Report
3
ADD Handling spaces in the names of the columns which are to be passed to a databound RadHtmlChart
Currently the datasource columns which have space in their name cannot be passed to a databound RadHtmlChart. Add the ability to handle the spaces in the names of these columns.
2 comments
ADMIN
Danail Vasilev
Posted on: 13 Feb 2015 11:21
You can find details in the http://www.telerik.com/help/aspnet-ajax/htmlchart-troubleshooting-common-issues.html#data-source-field-name-special-chars help article
Jegan
Posted on: 25 Jan 2014 13:31
hi ,

I have binding series name with apostrophe It shows error like (Microsoft JScript runtime error: Expected '}' ). I just Escaping single quote in series name  with ( Ex . series.Name = dtChart.Columns[col].ColumnName.Replace("'","\\'");) 
But it still shows error .Pleae tell me how to overcome this issue and explain me how to handle the special character in the series name While binding . I attached my sample application kindly get it and tell me the solution asap .

thanks ,
Jegan.
Attached Files: