A couple of possibilities: Are you using binding for the checked value? The other possibility is that after clearing values in your data array you may need to refresh() your data array in order to have the changes reflected in your datagrid. Hope that helps.
--- In [email protected], "vin.flex" <vin.f...@...> wrote: > > > I have created a check box item renderer for my datgrid. > I will update the arraycollection by checking or unchecking > the checkbox. I will submit the data to backend and I will assign the > dataprovider with updated dataprovider. My data is getting > updated but the some checkboxes are appearing as checked. > They are not getting reinitialized. > > Can any body help me solve this issue.Its urgent > > Thanks > vin > > thanks in advance > vin >

