ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: stoodin on October 03, 2014, 11:10:27 pm

Title: Need help with grid 2.2 and IE7
Post by: stoodin on October 03, 2014, 11:10:27 pm
I need your help/hint how to fix the edit cell overlap that you can see in the attached file.
As always thanks a lot for your help.
Title: Re: Need help with grid 2.2 and IE7
Post by: paramvir on October 06, 2014, 06:49:06 pm
I couldn't replicate the mentioned issue.

you could try to isolate the reason for this display issue by checking any conflicting css rule in the style tab in IE developer tools.
Title: Re: Need help with grid 2.2 and IE7
Post by: stoodin on October 06, 2014, 06:58:22 pm
Fixed in fn._generateCellRowOutline by commenting out
$td.css("height", $td.height());
Title: Re: Need help with grid 2.2 and IE7
Post by: paramvir on October 06, 2014, 09:22:47 pm
Please ensure that you have

<!DOCTYPE html> at beginning of your HTML page.
Title: Re: Need help with grid 2.2 and IE7
Post by: stoodin on October 06, 2014, 11:12:08 pm
You are right as always.
Rolled back my change and added <!DOCTYPE html>
Thank you.