User Profile & Activity

Karl Pietsch Member
Page
of 3
Posted: September 22, 2010 10:32 PM

tried in IEtester which can simulate different versions of IE,  seemed to work in IE7 but confirmed that it does not work in IE8. can anyone get this to work at all in IE8?

I am using the latest version, I just installed 2010 R1

 

i have Web Grid 7.0.7200.405

and WebUI framework 3.0.5000.755

 

I get a similar issue on a static sized grid after deleting, i have set the height at 520px. After deleting teh grid extends off the bottom of the display. I've included before and aftger iamge.

Mine is a heirarchial grids with children auto-expanded.

I am testing in IE8, if I enable IE7 compatibility mode the problem does not happen.

page uses

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Karl

 

 

actually DOCTYPE makes a mess off my project elsewhere

IE7 compatibility mode seems to be only option currently

 

Actually, it's something particular to mine, i'll investigaet more

 

Turns out it is not the child tables at all, the issue was the DOCTYPE  and incompatability with IE8. Enabling IE7 compatability mode resolved teh problem or alternatively replacing the VS2008 default DOCTYPE  of <!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

to  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

 

resolves the issue.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

 

resolves the issue.

 

All times are GMT -5. The time now is 12:35 PM.
Previous Next