Tag Archive for 'pager'

GridView woes.

Today, I was extending the GridView control to support some customization for our ADF framework, when I ran into the following error:

The tableĀ  must contain row sections in order of header, body, then footer.

This error occurred after I had enabled paging. On first hand, it seemed to me that this error was purely bad design, and the results I found on the internet seem to support that thought (e.g. this post).

Continue reading ‘GridView woes.’