[flexcoders] DataGrid cell problem overriding setFocusedCell() method

2005-05-09 Thread bhaq1972
Hi I have created a DataGrid which has an overriding setFocusedCell() method (copy and pasted from DataGrid.as), with the following changes. 1) I had to remove a reference to 'roundUp' as the compiler didnt like it. 2) I want my cellEditor to be a ComboBox rather than a TextInput. So I

Re: [flexcoders] DataGrid cell problem overriding setFocusedCell() method

2005-05-09 Thread Jim Laing
On 5/9/05, bhaq1972 [EMAIL PROTECTED] wrote: The problem i have is, the combobox dropdown doesnt close, when you click elsewhere on the Datagrid. There is no problem if combobox.editable = false (initial parameter passed to craeteClassObject) I'm not able to replicate your problem. I ran the

Re: [flexcoders] DataGrid cell problem overriding setFocusedCell() method

2005-05-09 Thread Jim Laing
On 5/9/05, Jim Laing [EMAIL PROTECTED] wrote: I'm not able to replicate your problem. AHHH! Spoke too soon again! That's twice in one day ... I can, in fact, replicate the problem. I did it wrong before However, not only can I replicate your problem, I can also fix it (this is a hack