Is there a way to use the Grid widget and leave any HTML elements as is. I know I can load the grid through a data source and use a template but I would like to leave the existing code as is if I can.
Also whenever I load the grid based on HTML markeup it strips everything out of the table i.e.
becomes
Thanks,
Dom
Also whenever I load the grid based on HTML markeup it strips everything out of the table i.e.
<tr><td data-name="somthing">ipso</td></tr>becomes
<tr><td>ipso</td></tr>Thanks,
Dom