PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 28 → Table Control not correctly enlarging like the browser (or it's container)
Table Control not correctly enlarging like the browser (or it's container)
Débuté par Nate, 25 mai 2023 15:11 - Aucune réponse
Membre enregistré
3 messages
Posté le 25 mai 2023 - 15:11
Hi.

I'm having trouble with a Server/Ajax table control. When the page loads it's default size is size in the edit.
The table is set to enlarge like it's browser or container both horizontally and vertically.

What's happening, however, is the control itself is resizing correctly (I know this because the borders stretch to the containers padding) but the rows and columns stay the same size in the table control until the actual browser is resized (even just 1 pixel), at which time the rows and columns snap to their correct size and adapt to the container.

Any ideas on how to get the rows and columns to properly fill the control when the page loads so I don't have to resize the browser to see the data correctly?

Any help is much appreciated.