Header shifting incorrectly

I think I´ve found a little display bug in aspose, along with the other post I created here.

When I resize the browser window and move the slidebar to the right, the header moves correctly with the grid, but if I maximize the window at this point, the grid render fine, but the header remains shifted. There is a sample of this behavior in the image link below:

http://www.meualbum.com/imagens/fotos/cod12403/crazyASPOSE.jpeg

Hi,
We have seen the picture. And We tried to reproduce this bug but failed. We noticed that your grid doesn't have scroll bars. Can you give us more details about the grid settings that produce this bug?
Thank you.

Hello, I reproduce this bug in many ways:

If I have a sheet with many columns, and the columns exceed the size of the grid, there is a scroll bar behind the cells, if I move it to the right, the header doesn´t shift at all. I needed to change the size of the grid to 10.000 pixels to accomodate all the columns visible, or else the grid will move but the header doesn´t.

When I resize the browser so the grid doesn´t fit in the window, move the scroll bar and then maximize the window, the header will stay shifted as in the resized windows.

There is a way to redimensionate the grid with the data dinamically, so I can show all the columns and all the tabs? I got problems with grids with too many tabs, they doesn´t show all in the bottom, and I can´t move to others that aren´t visible, unless I create a previous/next button. There is a way to have a scroll bar in the Tab list?

Thank you for your cooperation.

Rudolf Gutlich
Delsis

There is another picture that shows the difference of header and the grid.
Even with a few columns, the vertical lines from the cells are a little bit disoriented with the header.

http://www.meualbum.com/imagens/fotos/cod12403/gridaspones.jpeg

Hope you can help me, I have a extremely big project to finish, and I am with this problems.

Thank you!


Rudolf Gutlich

This is my configuration for the GridWeb. When I changed the "FrameTableStyle-LayoutFixed from FIXED to AUTO, the grid got a much better visual, but still the frame grid is shifted some pixels from the header, and I can´t enable the scroll bar to move the grid horizontally. It´s good to point that I add the sheets with GridWeb1.WebWorksheets.Add() and the cells dinamically with data from a Oracle server, and I change the width of the cells with GridWeb1.WebWorksheets[sheet].Cells.SetColumnWidth( int, unit), according with the size of the title of current cell.

ActiveCellBgColor=“Gray” ActiveHeaderBgColor=“#F2F2F2” ActiveTabStyle-BackColor=“White” ActiveTabStyle-Wrap=“True” ActiveTabStyle-BorderColor=“ControlText” ActiveTabStyle-BorderStyle=“Solid” ActiveTabStyle-BorderWidth=“2px” ActiveTabStyle-Font-Names=“Arial” ActiveTabStyle-Font-Size=“10pt” ActiveTabStyle-ForeColor=“Blue” ActiveTabStyle-Height=“15pt” ActiveTabStyle-Width=“30px” ActiveTabStyle-Font-Bold=“True”

BottomTableStyle-BackColor=“CornflowerBlue” BottomTableStyle-BorderCollapse=“Collapse” BottomTableStyle-BorderWidth=“0px” BottomTableStyle-Height=“20pt” BottomTableStyle-LayoutFixed=“Fixed” BottomTableStyle-TopBorderStyle-BorderColor=“Gray” BottomTableStyle-TopBorderStyle-BorderStyle=“Solid” BottomTableStyle-TopBorderStyle-BorderWidth=“1px” BottomTableStyle-BorderColor=“White” BottomTableStyle-BottomBorderStyle-BorderColor=“White”

FrameTableStyle-BackColor=“White” FrameTableStyle-BorderCollapse=“Collapse” FrameTableStyle-BorderColor=“Gray” FrameTableStyle-BorderStyle=“Solid” FrameTableStyle-BorderWidth=“1px” FrameTableStyle-LayoutFixed=“Auto”

HeaderBarStyle-BackColor=“#E0E0E0” HeaderBarStyle-BorderColor=“Gray” HeaderBarStyle-BorderStyle=“Solid” HeaderBarStyle-BottomBorderStyle-BorderColor=“Gray” HeaderBarStyle-BottomBorderStyle-BorderStyle=“Solid” HeaderBarStyle-BottomBorderStyle-BorderWidth=“0px” HeaderBarStyle-Font-Names=“Arial” HeaderBarStyle-Font-Size=“10pt” HeaderBarStyle-ForeColor=“Black” HeaderBarStyle-HorizontalAlign=“Center” HeaderBarStyle-LeftBorderStyle-BorderColor=“White” HeaderBarStyle-LeftBorderStyle-BorderStyle=“Solid” HeaderBarStyle-LeftBorderStyle-BorderWidth=“1px” HeaderBarStyle-RightBorderStyle-BorderColor=“Gray” HeaderBarStyle-RightBorderStyle-BorderStyle=“Solid” HeaderBarStyle-RightBorderStyle-BorderWidth=“1px” HeaderBarStyle-TopBorderStyle-BorderColor=“White” HeaderBarStyle-TopBorderStyle-BorderStyle=“Solid” HeaderBarStyle-TopBorderStyle-BorderWidth=“1px” HeaderBarHeight=“45pt” HeaderBarStyle-VerticalAlign=“Middle” HeaderBarStyle-Wrap=“False” HeaderBarTableStyle-BorderCollapse=“Separate” HeaderBarTableStyle-BorderWidth=“1px” HeaderBarTableStyle-LayoutFixed=“Auto” HeaderBarStyle-BorderWidth=“1px”

Height=“414px” Width=“100%” MaxColumn=“0” MaxRow=“15”

SelectCellBgColor=“Silver”

TabStyle-BackColor=“#E0E0E0” TabStyle-BorderColor=“Gray” TabStyle-BorderStyle=“Solid” TabStyle-BorderWidth=“1px” TabStyle-Font-Names=“Arial” TabStyle-Font-Size=“10pt” TabStyle-ForeColor=“Black” TabStyle-Height=“15pt” TabStyle-Wrap=“False” ViewTableStyle-BorderCollapse=“Collapse” ViewTableStyle-BorderWidth=“0px” ViewTableStyle-LayoutFixed=“Auto”

OnSaveCommand=“GridWeb1_SaveCommand” OnSubmitCommand=“GridWeb1_SubmitCommand” OnCellError=“GridWeb1_CellError”

EnableStyleDialogbox=“False” EnableClientColumnOperations=“False” EnableClientMergeOperations=“False”

DefaultGridLineColor=“Gray” PresetStyle=“Custom”

OnSheetTabClick=“GridWeb1_SheetTabClick”

ShowSaveButton=“False” ShowUndoButton=“False”

I´ve found what parameter generates this behavior, is the

ViewTableStyle-LayoutFixed="Auto"

When I change to "Fixed", the grid became normal.

I don´t understand why this happens, I think this is a bug.

Good luck for you all.

Rudolf Gutlich