If horizontalScrollPolicy="off", if you get too small, even resize=false columns will get resized. If you allow horizontalScrolling, you should be able to mix
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Parkash Sent: Thursday, July 10, 2008 3:39 AM To: [email protected] Subject: [flexcoders] Datagrid Column resize problem Is it possible to set up a datagrid with columns of absolute width AND columns of relative width? I have a datagrid that will resize with the browser window and some columns widths can be resized by the user, but the itemRenderer buttons need to always be the same width(resizable='false'). i have tried various combinations of attacking this problem from manually resizing the columns on the DataGrid resize event, to binding the column widths to a function, but nothing seems to work well. am i missing something simple? any tips/suggestions/ideas out there? i can post some samples of failed attempts if requested.

