|
Technically if you go to the model, change
the data in there ( the dataprovider), call a refresh, you can handle that in
your cell renderer. You should also be able to get at it
something like columnIndex,itemIndex – like for focusedcell From: I have a question that seems like it should be a basic one. I have a DataGrid and I need to go over its currently visible rows and
deselect a check box in one of the cellrenderers based on a condition. Is there some property on the datagrid that can be used access
the rows and then the cell renderer in it for e.g like my_dg.rows[i].cell[0] ? TIA - superabe
|
- [flexcoders] access DataGrid Row superabe superabe
- RE: [flexcoders] access DataGrid Row Stacey Mulcahy
- Re: [flexcoders] access DataGrid Row superabe superabe
- RE: [flexcoders] access DataGrid Row Stacey Mulcahy
- RE: [flexcoders] access DataGrid Row Tracy Spratt

