Our web site solution has come up with a very weird situation.
Our site looks great in IE 7 but when we test it in FireFox the Telerick RadGrid control spills over the master page div settings.
The footer bar ended up behind the grid control with the filter line on top of the footer.
This only occurs on pages where the filter is active for the grid. The other pages look normal.
Has anyone had this happen to them?
We managed to fix this in an uncoventional way.
We added a div block around the grid then an html paragraph tag with 20 spaces to force a word wrap.
Without the word wrap the div did not work to expand the master page border to go around the grid controls.
What happened is the filter line ended up on top of our footer bar and the filters that overlay text you could not click into.
The filters that overlay the footer bar area with no text you could click into.
Is there a better way to get the master page to expand around a grid with filters?
Our site looks great in IE 7 but when we test it in FireFox the Telerick RadGrid control spills over the master page div settings.
The footer bar ended up behind the grid control with the filter line on top of the footer.
This only occurs on pages where the filter is active for the grid. The other pages look normal.
Has anyone had this happen to them?
We managed to fix this in an uncoventional way.
We added a div block around the grid then an html paragraph tag with 20 spaces to force a word wrap.
Without the word wrap the div did not work to expand the master page border to go around the grid controls.
What happened is the filter line ended up on top of our footer bar and the filters that overlay text you could not click into.
The filters that overlay the footer bar area with no text you could click into.
Is there a better way to get the master page to expand around a grid with filters?