Hi Matthew,
We have analyzed your reported issue, while editing the text and saving it, the row will be refreshed and when there is a valid script element in the edited text it will be executed due to the JavaScript behavior. Hence we suggest you to provide the cell input text using the HTML entities instead of the HTML tag symbol directly, if there is an executable code in the input text. But other special characters (< , >, %, *, &) will be supported in TreeGrid cells.
|
[HTML]
<script>alert('ouch');</script>
[HTML Entities]
<script>alert('ouch');</script>
|
Please let us know if require further assistance on this.
Thanks,
Suriyaprasanth R.