Footertemplate is called twice?

  • Thread starter Thread starter Vishal
  • Start date Start date
V

Vishal

Hello,

I have a datagrid, which calculates the total in the
footer. I am using public variables and simply appending
the data to it. However the footertemplate is called twice
and therefore it shows the wrong amount in the footer. It
shows the double of what it should show. Can somebody tell
me why that is happening?

Thanks
 
When you say the footertemplate is called twice, are you referring to a specific
event? Like ItemCreated is called twice?
 
Back
Top