I was this days extending the component to do the same Excel funcionality.
I conclude that using itemRenderers that extends UIComponent ends
downgrading
the performance of the grid. So I recomend to extend
AdvancedDataGridItemRenderer
although probably you'll have to sacrifice all the displayobject things you
would like to do.

Anyway, although ADG is a great component and makes easy to go the Excel
way, many
times is very hard to get with the right idea in order to get a cool
performance.


2008/8/1 Bob <[EMAIL PROTECTED]>

>   I have an application based on a AdvancedDataGrid control that makes
> use of custom editors and renders to in many ways resemble Excel.
> Problem I am having is that if the user begins rapidly entering data
> the application will occasionally miss keyboard entry.
>
> Our observation is that in the event sequencing the itemeditor is
> still receiving key press entry after the endItemEvent.
>
> Has anyone encountered similar behavior with the AdvancedDataGrid, or
> have suggestions for review?
>
> Thanks
>
>  
>

Reply via email to