Option 1
- On checkbox checked, select the corresponding datagrid item renderer
index (this should be pretty simple)
- On delete button click, propagate the selected indices or the
selected items key identifiers to your server backend
- Remove the selected indices from the dataprovider


Option 2
- Do not use checkboxes
- Use the single click datagrid, list component at Flexdownloads.com
that automatically handles the selection indices
- On delete button click, propagate the selected indices or the
selected items key identifiers to your server backend

Recommend option 1...but option 2 is worth a look too. URL for option
2 is
http://www.flexdownloads.com/#view=detail;vstr1=41

Web Manager
FlexDownloads.com

On Feb 23, 12:46 am, Venkatesan Ramdoss <[email protected]>
wrote:
> hi,
>
>  In Flex I place datagrid in my page and add checkbox in datagrid
> row   as a Itemrenderer.  Now i need to delete those rows which are
> checked in grid and gets   deleted on click of the DELETE button. But
> i am not able to get  deleted  in grid as well as in the database.
>
> Please provide me the solution to solve the problem.
>
>  Thanks and Regards,
>
> venkat.R

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to