EasyUI Forum
April 27, 2026, 11:34:31 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Re: Html escaping chars in Treegrid on: January 21, 2016, 08:25:34 AM
Ok, that only covers the editing part.
What about loading data?
It means that I will need to scan my entire data on the way in and out of the treegrid for these chars?
(I need to return to the server "<" and not "&lt;")

I thought maybe column formatters can solve that.

thanks,
2  General Category / Bug Report / Html escaping chars in Treegrid on: January 21, 2016, 06:41:44 AM
Hi,

I have noticed that when you load data or even when you edit a cell data of a string typed column in a TreeGrid,
with this text "</" or any other text that starts with this char '<', leaves the cell empty!

If you inspect the cell in the html source in your web browser, you can see that the data of this cell is in a comment
<!-- </ -->

Any suggestion or idea how to solve this issue?

Thanks in advance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!