In our project, we have a page with some Grids. Each tab in the page has a Grid
For eg: Add, Sub, Mul and Div and All Math Operations are all tabs, with the first four having its own grids. There are several records in each of the grid.
In each tab, as the user scrolls down the page the column headers of the tab/grid are set to scroll down by setting the "Overflow" property to 'scroll'.
This works fine for all the tabs apart from 'All Math Operations' (which has to display all the other four grids). Since each tab has its own grid/column header, and All Math Operations tab has to display all the grids, all the 4 column headers behave strangely if the user scrolls down in this tab.
So I have to disable the overflow scroll property for this 'All Math Operations' tab alone.
Could you guys throw some light on how this can be done?
Your help will be much appreciated.
If I am not clear, please let me know.
Thanks
DreamChaser
Start Free Trial