Author Topic: Need help with grid 2.2 and IE7  (Read 3202 times)

stoodin

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 85
    • View Profile
Need help with grid 2.2 and IE7
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: Need help with grid 2.2 and IE7
« Reply #1 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.

stoodin

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 85
    • View Profile
Re: Need help with grid 2.2 and IE7
« Reply #2 on: October 06, 2014, 06:58:22 pm »
Fixed in fn._generateCellRowOutline by commenting out
$td.css("height", $td.height());

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: Need help with grid 2.2 and IE7
« Reply #3 on: October 06, 2014, 09:22:47 pm »
Please ensure that you have

<!DOCTYPE html> at beginning of your HTML page.

stoodin

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 85
    • View Profile
Re: Need help with grid 2.2 and IE7
« Reply #4 on: October 06, 2014, 11:12:08 pm »
You are right as always.
Rolled back my change and added <!DOCTYPE html>
Thank you.