Can we use text input/editable component as itemrenderer?
Answer / Urvashi
While it is technically possible, using a TextInput or other editable components as itemRenderers can lead to performance issues and complications due to the dynamic nature of these components. It's generally recommended to create custom itemRenderers when rendering complex data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between sealed class and dynamic class?
Explain what is the function of trace?
Can I use flex builder 2 to create applications using the flex 3 sdk?
When will flex 3 be released?
What is polymorphism in term of oop (flash actionscript)?
What type of skinning is available in flex?
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
How do you use a repeater in actionscript? : adobe flex action script
How does item renderer work? : adobe flex action script
Explain in which level does the original movie resides?
Explain if the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someaction;, which movie clipinstance is being referenced? : adobe flex action script
What is a drag manager in adobe flex actionscript?