Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Try stepping though your code - it will give you an indication of why it happens (i.e. is it there there are several items that all have a listitemtype of footer.)
The ItemCreated event is raised when an item in the DataGrid control is created, both during round-trips and at the time data is bound to the control.
No, there is only one footer in this datagrid. I do have template collums with editItemTemplate specified, so maybe it fires once for normal colums which use the datagrid footer, once for templatecollums looking for a specific footer, and once for databinding. I'll try and test for that.are several items that all have a listitemtype of footer