jqGrid: how to show and edit text containing \<a -


if column text contains characters \<a first character, \ displayed in grid. remaining characters not visible. in edit mode data displayed wrongly \<a< td=""></a<> if \<a entered cell using inline editing , saved, \ visible in screen.

jqgrid setting autoencode: true used. data read asp .net 2 mvc controller server in json format like

{"total":337,"page":3,"records":10094,"rows":[ {"id":"i88","cell":["\\\u003ca"] } ] } 

how show , edit text \<a in jqgrid 4.1.1 ?
if remember properly, worked in earlier jqgrid versions. maybe jqid function changes proposed oleg caused regression.

i suppose, forgot use jqgrid option autoencode: true . if use reproduce problem describe: see the demo , this one.

updated: current test case can reduced the following demo has formatter:null in colmodel. if remove property autoencode: true work column.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -