Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2167
Setting cell text propert to HTML on client not working.
posted

I am setting the following property on the initialize_row event:

e.Row.Cells.FromKey("Edit").Text = "<a href='BLOCKED SCRIPTopenTemplate();'>edit</a> - <a href='BLOCKED SCRIPTPromptDelete();'>remove</a>"

I am trying to do the same thing on the client side when the user clicks the Add New Box and a new row is inserted into the grid.

The problem is that the .Text property on the client is not rendered as HTML. 

 What am I missing or is this possible?