Hi formspider team, I am finding two problems with grid panels.
I can give you two examples. Toad data grid and ExtJS demo grids. Kindly do something as we are waiting for a long time to get this rectified. With regards, George. |
Hi George, Regarding 1: The Grid has its own scroll. This scroll, keeps the Grid header always visible and only moved the rows in it up and down. A Panel may also have a scroll. In that case, it is the panel that is being moved up and down. So the contents at the top of the Panel might become invisible. You should set up the layout in a way that you use the Grid's scroll to see additional rows. It seems to me that you are using the Panel's scroll for this purpose. So you probably have a Grid that doesn't fit into the layout cell it is being displayed in. Regarding 2: We have a ticket for this issue. It will get resolved in the future versions. Kind regards, Yalim |