Hello,
We are using DHTML Grid 1.6 pro. We are building the grid from an HTML table using a class. We are able to render a sub row with plain text using the type sub_row. However if we try to add any html formatting (i.e. My label my text), the sub row will not render. Is there any special escaping that has to be done?
Thank you
James
Works
A | |
text | B |
Fails :
A | |
text X |
B |