[Flash8]

Hi, can someone give me an example of how to check if a cell in a database contains data that would be loaded into it via flash remoting? and if there is no data then the whole row should be disabled or made invisible as i have on column with checkboxes and would like those checkboxes in the rows without data to be unaccessible.

e.g.

if (datagrid cell at index i contains no data){
datagrid row*._enabled = false;
}

hope that gives someone some idea as to what I want to do