This question is locked. New answers and comments are not allowed.
I have the following client template...
.ClientTemplate("<a href='javascript:showQuestionChoiceWindow('<#= QuestionId #>') class='t-button t-grid-edit'>Choices</a>").Title("");
When the above is rendered, I get the following output:
<a class="t-button t-grid-edit" 971405d2-a08a-436a-ab79-7e45961c5ffb')=""href="javascript:showQuestionChoiceWindow(">Choices</a>
Basically my string with a simple replacement has been moved around resulting in invalid synax. Removing the placeholder corrects the syntax but I need the injected value.
John
.ClientTemplate("<a href='javascript:showQuestionChoiceWindow('<#= QuestionId #>') class='t-button t-grid-edit'>Choices</a>").Title("");
When the above is rendered, I get the following output:
<a class="t-button t-grid-edit" 971405d2-a08a-436a-ab79-7e45961c5ffb')=""href="javascript:showQuestionChoiceWindow(">Choices</a>
Basically my string with a simple replacement has been moved around resulting in invalid synax. Removing the placeholder corrects the syntax but I need the injected value.
John