Hi,
I have a RadGrid control with databound from SQL server. One of the columns is string datatype that contains XML. When the data is displayed, I want the raw xml to show including the XML tags. Right now, what it does is dropping xml tags. I've changed string datatype in DB column to XML datatype. It seems to be the same
How can I set my grid to do this?
ps. Currently, the colums of my grid is autogenerated.
Thanks..
I have a RadGrid control with databound from SQL server. One of the columns is string datatype that contains XML. When the data is displayed, I want the raw xml to show including the XML tags. Right now, what it does is dropping xml tags. I've changed string datatype in DB column to XML datatype. It seems to be the same
How can I set my grid to do this?
ps. Currently, the colums of my grid is autogenerated.
Thanks..