Re: grid width 100% when inside a cflayout

2010-10-09 Thread Russ Michaels
you will probably need to use javascript to work out the width of the container and then resize the grid component after it loads. On Sat, Oct 9, 2010 at 3:09 PM, Glyn Jackson wrote: > > in CF9 using CFGRID, for some reason I cannot get it to be 100% the width > of the cflayout. I know you can s

grid width 100% when inside a cflayout

2010-10-09 Thread Glyn Jackson
in CF9 using CFGRID, for some reason I cannot get it to be 100% the width of the cflayout. I know you can set the width in px but it seems I cannot make the width just 100% as its not supported. any other way to make the with of a grid 100% when inside a cflayout? ~~~