[flexcoders] Re: How to lock columns

2006-10-03 Thread Tim Hoff
Hi jlentz, Your only option is to lock the left hand columns using the lockedColumnCount property of the DataGrid. -TH --- In flexcoders@yahoogroups.com, jlentz2112 [EMAIL PROTECTED] wrote: Hi, I see in the help screens that a data grid is supposed to be able to have a locked column.

[flexcoders] Re: How to lock columns

2006-10-03 Thread wayne_badu_johnson
Hi jlentz You may be referring to the 'resizeable'colum property. e.g. mx:DataGridColumn dataField=Contact resizable=false/ Cheers Wayne --- In flexcoders@yahoogroups.com, jlentz2112 [EMAIL PROTECTED] wrote: Hi, I see in the help screens that a data grid is supposed to be able to have a