Something tells me this has been answered before, however.
- I have a simple grid, connected to a dataource
- I have a fixed height and a width of 99%
- Paging is turned on
- Scrolling is on with UseStaticHeaders="true"
When the grid first renders, the columns scroll properly, and are properly aligned with the data. Without Ajax, changing pages present NO problems.
However, when Ajax is used on the control, when I go to the next page, the columns freeze, they will not move at all when scrolling, and their widths no longer match the column width of the data rows.
Something tells me this is more of an Ajax problem then a grid problem, but if anyone has a solution, that would be great. Scrolling looks SO much nicer with static headers.
Thanks,
Kuba