How to get column template name ??
I have defined specific column templates on some columns for use i edit mode like this...
obj.setColumnTemplate(oneOfmyTemplates,2);
...and now i want to get what template is set for a specific column
Is there any method that returns the template name??
x = obj.getColumnTemplate(2)???????
obj.setColumnTemplate(oneOfmyTemplates,2);
...and now i want to get what template is set for a specific column
Is there any method that returns the template name??
x = obj.getColumnTemplate(2)???????
Andersson
May 31,