Hi,
i've seen that for grid columns of jquery component it is possibile to set the encoding to true or false
so if the data i will get is like this
hello my name is <strong> Giuseppe </strong>
i will see "hello my name is Giuseppe"
as of now i see "hello my name is <strong> Giuseppe </strong>"
is there any work around for this?
thanks