Hi. I have a grid that doesn't specify the columns (they are autogenerated).
I want, though, for the Column "X" to apply a template.
<script type="text/x-jsrender" id="xTemplate">
.............
</script>
How can I accomplish this? (maybe the databound event?)