Selecting a Checkbox and deleting a data grid row in Flex
Posted
by user120118
on Stack Overflow
See other posts from Stack Overflow
or by user120118
Published on 2009-07-03T19:00:35Z
Indexed on
2010/04/27
4:33 UTC
Read the original article
Hit count: 331
Hi, I am trying to implement the following :
1> First column of datagrid has a checkbox. 2> Select checkboxes, and then delete the datagrid column. 3> Dynamically, add checkbox when row is added dynamically. 4> Do not show check box if now data in row.
Can someone give some guidance ?
© Stack Overflow or respective owner