This is a migrated thread and some comments may be shown as answers.

Grid refresh on client side with ClientTemplate column

1 Answer 162 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 18 Oct 2013, 10:39 PM
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

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 22 Oct 2013, 02:59 PM
Hi Mike,

 
From the provided information it's not clear for us what is the exact setup that you have - could you please provide your current Grid code as well as the related JavaScript functions?  This would help us suggest the correct approach based on your current setup.

Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or