On 5/26/05, Pradeep Chaudhary <[EMAIL PROTECTED]> wrote:

> This is my second post regarding custom cell renderer issue. I'am
> trying to create a custom ComboBoxCellRenderer to be used in DataGrid.
> By default label is selected Item label value. On clicking in the cell
> ComboBoxCellRenderer is displayed with selected value. But the
> ComboBox never disappears when i click outside it. This is similar
> problem that i faced in custom DateCellRenderer.

I think you'll have to make your cell renderer extend Canvas and
contain a ComboBox and a TextField, and toggle the visibility of the
ComboBox and TextField depending on whether the cell renderer has
focus.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to