In my scenario i have 2 text boxes and a table with data (4 columns) .I am using datagrid
screen
column1 column2 column3 column4
Enter text1: Enter text2:
Submit Button
When text1 OR text2 are entered the screen (column1, column2, column3 , column4) should automatically get refreshed (by making backend call) without clicking on Submit button. how does flex do that?
I am using <mx:remoteObject> to call my server side objects.
thanks
so when i change the data in 'code' box or 'description' box editEndHandler is automatically called? but how does it call? I dont see a 'click' attribute (or some other attribute) which makes the call to editEndHandler ?
two questions
i dont see the text boxes in your code ? If i change somehting in the textboxes the datagrid should automatically change.
itemEditEnd in datagrid makes the asynchronous call?
thanks