Hi, I have an app where it uses a datagrid to display screen data. The grid is 25 columns wide with 3 columns of comboboxes, 5 columns of checkboxes and the rest are textinputs. The number of rows varies, but can be as high as 40. What I'm seeing is that after all the server results have been processed and the data for the comboboxes (including data providers), checkboxes, etc has been passed to the data grid, the app just spins for up to 30 secs. The app code I wrote isn't doing anything specific during that time. It is just waiting for the next user event to happen. So it seems like it is the flex stuff working to maybe redraw the screen/datagrid. During this time, my processor generally pegs. Is there someway to speed up this internal processing? Or control it? I've tried reducing the number of rows displayed and that helps, but I really want to be able to display all rows at once without the 20-30sec penalty.
Thanks, John

