Upgrading from V1.0 to V2.0
I am in the process of upgrading from V1.0 to V2.0 but am having trouble understanding what to do with my templates. I have the following V1.0 code but I am unsure of how to convert it to V2.0:
<code>
var rowTemplate_" + gridID + " = new Active.Templates.Row
obj_" + gridID + ".setTemplate('row', rowTemplate_" + gridID + ");
</code>
The closest equivalent I can see is AI.Templates.Cell but it does not seem to be an exact match.
Any ideas how I can make a good transition?
Mark
<code>
var rowTemplate_" + gridID + " = new Active.Templates.Row
obj_" + gridID + ".setTemplate('row', rowTemplate_" + gridID + ");
</code>
The closest equivalent I can see is AI.Templates.Cell but it does not seem to be an exact match.
Any ideas how I can make a good transition?
Mark
Mark Donnelly
July 25,