开发者

DataGrid column selection events

开发者 https://www.devze.com 2023-02-14 16:48 出处:网络
What event is called when you click on an editable field to edit it, and then click off of the field? in a datagrid using Flex 4? If I\'m not making much sense I\'m trying to make a datagrid where you

What event is called when you click on an editable field to edit it, and then click off of the field? in a datagrid using Flex 4? If I'm not making much sense I'm trying to make a datagrid where you can edit the fields and once you're done editing those fields the application calls an event 开发者_JAVA百科listener which triggers a save method.


Here is the answer for future reference:

DataGridEvent.itemEditBegin and DataGridEvent.itemEditEnd.

From the flex docs.

0

精彩评论

暂无评论...
验证码 换一张
取 消