2/2/2012 2:55:03 AM
Title:
Select Checkbox in Adv Data grid on outer button click
Hi,
I am having adv-data-grid in flex, i used check box their by using item renderer property. For tht I make separate Item renderer mxml component
My question is, I want to select all check boxex in Item renderer component of datagrid by clicking outer button 'Select All'
How Can I do it??
Inder
Points: 2980
Posts:0
2/15/2012 8:32:27 AM
you should update your dataprovider with checkbox selected property to true and set the dataprovider again to datagrid