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
125
UltraWebGrid in-cell edit box is the wrong size and position
posted

I upgraded our ASP.NET 1.1 project to ASP.NET 2.0 (Visual Studio 2008).

In the process, I also upgraded the components from NetAdvantage 4.2 to NetAdvantage 10.3.

One issue I'm running into with the UltraWebGrid is when I double click on a cell to edit, the edit box that is created is not the size of the cell, and it is shifted into the upper-left corner of the cell.

If I click the "compatibility view" button on IE8, the edit box works as expected.

I haven't run any of the SR patches for 10.3, but I haven't seen anything in the patch notes that indicate anything like this was fixed.

Has anyone run into this? Is there a setting somewhere I'm missing?

Parents
No Data
Reply
  • 5368
    Offline posted

    I got the same thing.

    The only solution I was able to find was to upgrade my site so that it was XHTML compatible and upgrade to the WebDataGrid.

    Alternatively, you could use a meta tag to force the browser to render in compatibility mode.  There are different settings for this meta tag, so you might want to do some experimenting.

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

    However, if you do that, there are drawbacks.  Some of the newer Aikido controls don't work right in compatibility mode.  So at some point, there needs to be a decision of when to upgrade.

    Maybe someone at Infragistics has a better answer?

     

Children