I have a grid that contain one record (I’m lazy, don’t like to write forms
)
There will always be one record, but height of the row is variable, set up with
autorowheight: true,
autoheight: true,
Depending on word wrapping, grid might be 100 or 200 pixels.
Or 300.
I would like it to be exact size needed, there will be another grid following it closely underneath.
If i set height in pixels or %, it might be too small and generate a scroll. If it’s too large, application will have a cute white hole smack in the middle of the screen. Any way to set the size of the grid to match exact visable size ?
Thanks,
Bart