solution
Submitted by jonathan on Tue, 05/20/2008 - 15:57
Submitted by jonathan on Mon, 05/05/2008 - 22:01
Problem
I am seeing some runtime errors (RTEs) with the data or listData properties when I use my DataGrid or AdvancedDataGrid with a custom item renderer.
Solution
Verify that your code always preserves the value that the grid sets data and listData to in your setter.
Submitted by jonathan on Sun, 04/20/2008 - 15:41
Problem
You have a handler attached to the removedFromStage event on your component and this handler is being called unexpectedly. Sometimes called during component initialization and sometimes during resizing.
