PDA

View Full Version : how to store editable text from datagrid to database


435.mahesh
06-12-2009, 06:02 PM
hi

i have an editable textfield in datagrid.When i mouse out from the text field then the data in textfield will be stored into the

database. how can i achieve this?





Regards

D.Mahesh Babu

mattb
06-13-2009, 04:09 AM
hi
i have an editable textfield in datagrid.When i mouse out from the text field then the data in textfield will be stored into the database. how can i achieve this?


Generally you'll need to catch the TextField change event or DataGrid itemEditEnd event and push the data to your server for storing in the database.

The details depend totally on what kind of server you're running and how you're communicating with that server. I suggest you do some Googling for Flex client/server communcations, try some solutions out and see how you go.