Hi
I have implemented a client template in my telerik grid as below .
When ever there is apostrophe in FirstName value, the html is not getting generated properly in client. it is like -
if there is no apostrophe in FirstName value, the html is getting genarated perfectly fine like -
In client template, I have also implement a function removeSpecialCharacter to escape special character ' but still having the problem.The function is as follow :-
Could you pls look into this and let me know the issue? Thanks a lot in advance...