Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
IGGrid - RowTemplate
posted

HI,

I have a grid with 2 columns. In my first column I would like to have a complex control (image and text side by side).

So I have 2 colums with key, Col1, Col2.

Col1 has the value '<a>test</a>'. 

My rowtemplate is defined like :" <tr><td> ${Col1} </td><td>${Col2}</td></tr>". 

 

The problem is that my "url" is shown as simple text "<a>test</a>" and not as a URL.

If I change my rowtemplate to "<tr><td><a>${Col1}</a></td><td>${Col2}</td></tr>", it works fine, but thats not the behavior I pretend to implement, has my Col1 will be more complex than just a <a>test</a>.

 

Any ideas?

 

Best Regards!

Francisco Correia