DataGrid ItemEditor « Grid « Flex
Home
Flex
1.
Chart
2.
Components
3.
Container
4.
Data Model
5.
Development
6.
Effects
7.
Event
8.
Graphics
9.
Grid
10.
Style
Flex
»
Grid
»
DataGrid ItemEditor
Screenshots
1.
Use ComboBox as itemEditor
2.
Use an inline item editor, rather than a component
3.
Using a DateField or ComboBox control as a drop-in item editor
4.
Define an event listener for the itemEditEnd event that uses the NumberFormatter class to format cell value
5.
Use itemEditEnd event to ensure that the user did not enter an empty String
6.
To prevent cell editing, call the preventDefault() method from within your event listener
7.
Show an event listener for itemEditEnd event using column index, row index, and value properties
8.
Inline CheckBox Editor With Offsets
9.
Returning data from an item editor
10.
Use mx.controls.NumericStepper as DataGridColumn editor
11.
use
to define an inline item editor
12.
inline item editor contains a single control that supports the data property
13.
DataGrid Dropin Editor
14.
Inline DataGrid Editor
15.
Cancel the edit action and maintain edit state
16.
Get cell index in cell onEditEnd event
17.
Edited Row and column
18.
Item Editor Size and Position
19.
Item Edit Beginning Event
20.
Item Edit End Event
java2s.com
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.