Home › Forums › Guriddo jqGrid JS › Help › Editable HTML content
I coded a custom formatter, which enables to handle HTML content nicely.
Have posted the code to my blog: http://www.codefx.biz/2011/06/editable-html-content-with-jqgrid
You may integrate it to jqGrid, if desired.
Great plug-in, btw.
So good, so far… but one problem still persists:
It seems that saveRow strips any HTML tags ( probably by accessing .text() instead of .html() ).
So my feature request would be:
an option to disable this behavior in order to be able to save unstripped strings.
Nevermind this feature request – I just figured out how it works:
serializeRowData: function(postdata){
you can use autoencode: true grid option instead this manual encoding.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS