I have a WebDataGrid which is inside of a user control which is inside of the WebTab control using load on demand
The problem I am having (mostly in IE7 but sometimes IE8) is that the first time I click on the tab, it loads but when the grid renders it is missing most (if not all) of its styling.
If then then click to another tab and back to the original, all of the styling is there? I cannot figure why this is happening other than the CSS limitations in IE.
When I look at the page in Developer tools, it appears the ig_datagrid.css file is not loading the first time I go to the tab, but is the 2nd (even though when returning to the tab, nothing should load since the tab is already loaded).
Any ideas??
Hello,
Are you using the WebTab not the UltraWebTab?
Also what version of NetAdvantage are you using?
Thanks,
Valerie
I am using the WebTab, not the UltraWebTab.
I am using IG Version 2010 Volume 3 (10.3.20103.2013).
It would appear that the datagrid.css file is not loading when I first go to the tab with the grid. However, if I click off that tab to another (even if the other tab is already loaded and there is no postback), then back to the tab with the grid, then the styles are there.
It is only on the first time I go to the tab and does not happen if I go to another tab first.
Very strange.