I am working in Flex3. Here I have a datagrid which contains data. some columns are editable. when the user changes the column data web service is called. Here using function of focusOut, I am calling the web service by sending the data which comes from the datagrid through focusOut function. Now I want to call the web service when the user changes the column data and presses keyboard key 'Enter'. Here I can call function but the event does not carry datagrid's data to the function being called. Some one give me solution for this. Thank You.
|
feedback
|
|
use the enter event to send the data my requirement i used the following for UPDATE PROCESS( I THINK YOU ALSO EXPECTING FOR THE SAME) CHECKOUT THE CODE..hope this will be useful....
IN ACTION SCRIPT...USE THE FOLLOWING
| |||||
feedback
|
|
You could use the Here's a rough example:
| |||
|
feedback
|
|
I think you should use Event itemEditEnd details can be found at an useful example is Creating an editable DataGrid control in Flex hopes that helps | |||||||||||
feedback
|