hi, i solved my previous problem so here's another... =) i have a data grid where one of the columns gets its data after some processing. this data is placed in the column via a custom renderer... everything works great but when i was testing it, i just clicked any row in that column and i get:
TypeError: Error #1009: null object... at mx.controls::DataGrid/mx.controls:DataGrid::mouseDownHandler() how do you "suppress" this error? thanks in advance :)

