Adding a new row to datagrid
hi all,
i new flex , looking adding new row datagrid on click.
for example if datagrid having 12 rows..and when user clicks on 13th row, should able add content...
is possible in flex?
normally done same using ajax used onmouseover, created new html component (text/dropdown or control) using javascript , css.
can samething in flex? lets onclick of particular row?
i have written code find particular row when user clicks? have add component , save data..
thanks time , help.
-- varma
hi,
usually when appending records datagrid through dataprovider, if have editable grid add new blank record provider go index location in datagrid editing.
david.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment