Flex, How do I disable an itemEditor when the datagrid is disabled?

Posted by Roger on Stack Overflow See other posts from Stack Overflow or by Roger
Published on 2010-05-02T21:21:06Z Indexed on 2010/05/02 21:28 UTC
Read the original article Hit count: 345

Filed under:
|
|

I have a Flex datagrid with a combo box as an itemRender on one column and the renderIsEditor set to true.. When I disable the datagrid, the combo boxes are still enabled and can receive input and change their values.

How can I disable the combo boxes at teh same time the datagrid is disabled?

Thanks.

© Stack Overflow or respective owner

Related posts about flex

Related posts about datagrid