Hello,
Is there anyway to make the ultrawebgrid scale to fit the available browser area automatically? SO as I resize the browser window, the grid scales with it?
Thanks
regards,
craig wight.
Hi,
Set the width of the grid to 100%.
Ed
Thanks for your answer.
I have tried this but the columns stay the same width all the time - do you know of a method by which I can scale the columns dynamically as the browser resizes?
Thanks again.
I just tried it. I see that when all the widths were blank, it didn't work. When I change one of them to width="20%", they all worked. Something's not exactly right, but it looks like you can get it to work.
Ok thanks for your help on this I will try it using percentages for the column widths.
Regards,
Craig Wight.
It works fine.
I have used unit.percentage to set all visible column widths and they are scaling now with the broswer window.
Thanks.