Sets or retrieves the template used for the grid cells (cell template).
By default the grid uses AW.Templates.Text template for all cells. Assign a different cell template to display images (AW.Templates.Image, AW.Templates.ImageText), checkboxes (AW.Templates.Checkbox, AW.Templates.CheckedItem) or combo/dropdown (AW.Templates.Combo).
var template = obj.getCellTemplate();
obj.setCellTemplate(template);
cell model (redirected control model)
obj.setCellTemplate(new AW.Templates.ImageText, 1);
Templates: cell, text, image, image+text, combo, checkbox, checked item
Cell events: mouse events, editing