itemeditor
Flex 3: Datagrid as item editor gets 'itemEditEnd' prematurely
My application has a tree with a custom item renderer, which depending on the type of data at a leaf uses different components as editors. In one case I am trying to use a datagrid so that the user ca[详细]
2023-02-26 04:23 分类:问答Issue with itemEditor in AdvancedDataGrid when using hiearchical data as dataProvider
Following is the sample code. While I start editing either in optionId column or option column, the other rows of the same column are also get affected and reflecting the same value. But when I am ed[详细]
2023-02-19 09:00 分类:问答What event handler can I use to capture new values that have been changed in a flex datagrid.
I have an editable grid and would like to update values based on the edited cell and I am doing this in the itemEditEndHandler such that when they finish editing a cell I update other cells that are d[详细]
2023-01-20 00:12 分类:问答destroy open item editor or item renderer in flex
Is it possible to destroy/close open item editor or item renderer of a datagrid in different mxml page?[详细]
2023-01-16 09:19 分类:问答Gettinf Property **text** not found error in DataGrid
I am using a custom itemEditor for my DataGrid. The itemEditor has a simple TextField as a component. But when ever i am clicking the cell i am getting an error as :[详细]
2023-01-10 14:33 分类:问答Flex Tree Control how to get the itemEditorInstance of a just added xml node
I have a Tree Control on which I let user add some nodes. When a node gets added I want to let th开发者_如何学编程e user edit the added control right away. How do I get the itemEditorInstance of a jus[详细]
2022-12-18 09:52 分类:问答how to prevent itemeditor destruction?
My custom item editor opens a titlewindow (too much stuff to show in an inline editor) which obviously steal the focus, so I get a itemeditend event and the datagrid destroy the editor at the wrong (f[详细]
2022-12-12 14:53 分类:问答