Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
EditCell doesn't aligh with Dispalyed Cell (Compatibility View)
posted

I just upgraded to NetAdvantage 2010 V2, and all existing WebGrids (and new ones created for testing) offset the Edit Cell from the Displayed Cell when "in-row" editing is allowed on specific cells (CellClickActionDefault=”Edit”).

 

The issue is with IE8 (Firefox works fine). Depending on how “Compatibility View” is set, the offset is different.

 

  1. In a page with DOCTYPE set to HTML 4.0 Transitional, the offset is pushed way up (this is not a problem; most pages are XHTML 1.0 Transitional).
  2. With DOCTYPE set to XHTML 1.0 Transitional, the offset is about 4-pixels right and 4 pixels down.
  3. With a META tag "X-UA-Compatible" content="IE=8" (or Edge), it is the same as DOCTYPE XHTML 1.0.
  4. If I set the Compatibility View from the IE menu such that the site is run in Compatibility View, the Edit Cells are aligned properly (although there are other issues with column alignment.

There is NO WAY we can ask all of our clients to set Compatibility View from the IE. BTW, why doesn’t the META tag for Compatibility View produce the same results as setting Compatibility View from IE?

 

Eventually we’ll convert to WebDataGrid and WebHierarchicalDataGrid; but, we need time. Currently we need to upgrade Infragistics to support Firefox.

Need help – desperately. Thanks.

Parents
No Data
Reply
  • 410
    Suggested Answer
    Offline posted

    Resolved.

    The grid pages appeared within an outer FRAME page. This worked fine with NetAdvantage 2007; but, alas, no longer with 2010. Removing the FRAMEs seems to have resolved this problem.

     

     

Children
No Data