i need equivalent in JSON of xml cell grid definition:
<![CDATA[]]>
I should want a method to put image in a grid cell with json compatible with all browser. Is it possible ?
Thanks.
i need equivalent in JSON of xml cell grid definition:
<![CDATA[]]>
I should want a method to put image in a grid cell with json compatible with all browser. Is it possible ?
Thanks.
In JSON format it will looks like that:
rows:[
          { id:1001,
            data:[
                  "<img src=\image.jpg/>",