I have a column defined like below:
{ field: "tnum", title:"Trade", template:"<div cr-deal-sheet=\"#: tnum#\">#: tnum#</div>" },
The directive works fine when it is on the page, however it does not get compiled when it is used inside the grid. The "#: tnum" DOES get substituted, however the directive attribute is just silently ignored.
Thanks in advance
{ field: "tnum", title:"Trade", template:"<div cr-deal-sheet=\"#: tnum#\">#: tnum#</div>" },
The directive works fine when it is on the page, however it does not get compiled when it is used inside the grid. The "#: tnum" DOES get substituted, however the directive attribute is just silently ignored.
Thanks in advance