The attached project is based on the TWebGridPanel demo, simplified to a single column and with a TWebStringGrid inserted in the first row. In the Design view, it appears thus:
IOW, the WSG consumes the whole of the WGP, but displays only the fixed row and column with no scroll bars to reveal the rest of the grid. Is this a WGP bug or am I doing something wrong? WebGridPanelBugDemo.zip (6.9 KB)
Thanks. BTW, it also seems that the WebGridPanel total sizing works more reliably when it contains a WebStringGrid, if it is dropped on a WebPanel itself.
Yes, we've seen this and it is a non-trivial issue with the TABLE element for the stringgrid that is in a 100% width, 100% height SPAN (to fit in the grid panel)
The TABLE behaves better when it is in a parent element from where it can its absolute width & height. The lightest element to use for this is a TWebHTMLSpan or TWebHTMLDiv