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

typo: title.replace(/'/g, "\'")

0 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vladimir
Top achievements
Rank 1
Vladimir asked on 04 Jul 2012, 02:19 PM

In the kendo.grid.js I can see a line:

html += kendo.attr("title") + '="' + th.title.replace(/'/g, "\'") + '" '

Please look at replace part. It replaces apos with apos.
I think your intention was to handle quot.

Thanks.

 

 

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Vladimir
Top achievements
Rank 1
Share this question
or