5/10/2010 1:32:47 AM
Title:
runtime new data enter in grid
i have one application "test.mxml" , in application one dataGrid, my
problem is that how to enter new data in dataGrid when application is
run and also add data in database main think is that no data in
datagrid when i run application(mean new data add) . when i click
dataGrid row then i will enter new data.
one solution is that "editable -true ,false" but that work on when
any data in grid,my application runtime no data when i enter after
runtime then ok.
so,pls give solution of my problem.
5/10/2010 5:27:16 AM
initially you can add " " blank values to your datagrid and set it to editable to true. this way you will be able to display the dataGrid rows empty and later click to edit it also .