I'm trying to call a function with arguments from Telerik grid ClientTemplate, like this:
.ClientTemplate("<a href=\"javascript:OnModifyDescription('<#= Value1 #>');\" title='Modify'>...</a>")
When the Value argument contains a single quote then on clicking the link results in the error: "Uncaught SyntaxError: Unexpected identifier".
What is the correct way to bind a function in a ClientTemplate?
Thanks in advance.
href="javascript:..."links! - Tomalak