I noticed my footer total sum was incorrect. It was only summing up the first 50 lines and realized this is because of the LoadOnDemand. Is there a way to fix this behavior? Grid's AllowPaging behavior is false.
Have other questions regarding this:
1. How do I increase the default loadondemand size of 50? I tried adding a "Pager-Pagesize=200" to displaylayout tag but that didn't help. Tried adding "PageSize=200" to Pager tag and that didn't work either.
2. How do I show the footer row with totals as fixed at the bottom (always visible)?
Thanks for your help. I must say I am super excited about this webgrid control... its the best of many that I've tried.
Found my answers...
#1. Increase size of RowsRange property.
#2. StationaryMargins setting to HeaderAndFooter
Need to learn to patiently search first before posting... ;-)
But still I think the column footer showing incorrect total when RowsRange is less than total rows is a bug!!