Hi,
I have a simple two table grid hierarchy. I want to do totals on the detail table in code behind. Samples found elsewhere on this site indicate that in ItemDataBound, we can do this, but this line never evaluates to True even though ShowFooter="True" is set for both the Master and Detail Tables. What Am I missing here?
If TypeOf e.Item Is GridFooterItem Then
I have a simple two table grid hierarchy. I want to do totals on the detail table in code behind. Samples found elsewhere on this site indicate that in ItemDataBound, we can do this, but this line never evaluates to True even though ShowFooter="True" is set for both the Master and Detail Tables. What Am I missing here?
If TypeOf e.Item Is GridFooterItem Then