I have a grid that has calculated fields in a master view. On any create, edit, or delete of a child grid I need to recalculate client side and update the master row's calculated fields. Most of this is fairly straightforward but I have one problem. Two of my calculated fields use ClientTemplates which do not refresh when their underlying data changes via a dataItem.set(attribute, value) call. This makes a degree of sense but is there anyway to re-execute the template with refreshing the entire grid?
TIA
TIA