摘要:
So here is my solution. I'll cover the main points of interest and if you want to see more, I have
uploaded all the source and example to the new MSDN Code Gallery.
http://code.msdn.microsoft.com/AlwaysShowHeaderFoot
Start out by extending the GridView control and add the following structure.
The most important part here is to override the PerformDataBinding method.
As you can see here. I am intercepting the data and making sure there is at lease one r 阅读全文
posted @ 2008-02-01 23:54 落花人独立 阅读(870) 评论(2) 推荐(0) 编辑