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

[Solved] Angular Grid ngChange

1 Answer 152 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Elerey
Top achievements
Rank 1
Elerey asked on 23 Apr 2015, 07:53 PM

Hi there!

 I am using the Group Footer Template in the Kendo UI Grid using Angular JS:

groupFooterTemplate: "<input id='PlansTY_SubTotal' type='number' value='#=sum#' ng-model='planChange' ng-change='onPlanChange()'>"

 The onPlanChange() function is not getting fired.

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 27 Apr 2015, 02:07 PM

Hello Elerey,

 

The problem is that the group footer templates are not compiled and this is the reason why the onPlanChange function is not executed. 

 

The issue is logged for fixing, so you can track its progress https://github.com/telerik/kendo-ui-core/issues/766

 

As a small token of gratitude for reporting this issue I updated your Telerik points. 

 

Regards,
Boyan Dimitrov
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
Elerey
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or