Error with clientbinding and customaggreagte

7 replies. Last post: October 9, 2014 4:19 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Karl PietschMember

If there is a custom aggregate column and you enable client binding there is a javascript error.

var vf7178 =ISEvent.Raise(vb8528.ClientSideEvents.OnCustomAggregate,vb8528.Id,vf7470,v2d715,v4946);

 

which should be

var vf7178 =ISEvent.Raise(vb8528.LayoutSettings.ClientSideEvents.OnCustomAggregate,vb8528.Id,vf7470,v2d715,v4946);

 

try client binding on CustomAggregation.aspx  and you will see the issue.

 

Karl

All times are GMT -5. The time now is 3:57 PM.
Previous Next