Help!! Freeze Pane Datagrid
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I tried this article, "The Freeze Pane DataGrid" By David R Lewis, November, 2004. I thought it was pretty cool. I'm using a custom paging solution, with data-specific pages (say, Jan, Feb Mar Tabs, which pull up matching records by the month in the Grid OnSelection). The headers freeze fine, but the PagingStyle "Tabs" do not freeze along with the header- gives a really off appearance. I've tried to mimic the same thing for the PagerButtons, but it's either ignored, or property is not recognized. Any help would be great! Thanks :sigh: Oh, also, if this method is used with Edit,Update, Delete link buttons (most datagrids should use this if not R/O), position is lost i.e., scorlls to top. How can position state be maintained?