[flexcoders] Password field in datagrid

2006-06-15 Thread jfournet
I have a password field in a data grid and need to be able to have show up when the user types in the password as in the text_input field. How can this be accomplishe in flex. Any code examples would be appreciated Yahoo! Groups Sponsor

Re: [flexcoders] Password field in datagrid

2006-06-15 Thread Jeremy Lu
you must use some kind of item renderer for that password cell, just set the textfield's displayAsPassword property should do it. check in the manual for item renderer.On 6/16/06, jfournet [EMAIL PROTECTED] wrote: I have a password field in a data grid and need