Hi,
I want to make grid with all columns except one to be fixed sized and the one column to fulfill all the remaining space.
How can I do that?
Thanks.
Its been a while since your post, but I stumbled upon it while looking for an answer to the same question. I believe I've worked out a solution which is at least functional in my case, though I was definitely hoping to find a FieldSetting that would accomplish this for me.
What I did was to set the grid to AutoFit and then make use of the Min and Max Width properties of the Labels and Cells for each field. For the column that I wanted to expand to fill the rest of the grid, I just set the Max values to be very large. It works, though if you've got a lot of columns (or, like me, dozens upon dozens of grids), setting 4 properties per field can get slightly tedious.
Has anyone else found a better way?