Hi,
I am using jqgrid with remote server calls (edit values).
Now if I submit values to the server they get converted via htmlEncode (Doublequote to ", & to & < to < > to >). This way of converting could be useful if you work only on clientside, but if you edit data on the server the values should not be converted (only urlencoded).
(This is based on my Bugreport)
This is what I would expect (and the normal way form-values are transformed before send).
A configurationvalue (e.g. transformation: “html” or transformation: “urlencode”, defaults to “html”) would be a nice feature.
I would need this only on remote calls, so it would be enough to implement such a switch to remote calls.
So you could decide in which way the values are prepared before send and there is no BC-break.
What do you think about this?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top