Question
Page Control Event Listener
I need to set a selected Index on an enhanced data grid and
noticed that if I set it right after I set the dataProvider for the
page control, it won't work. The only way around this that I have
seen is set an interval and wait for it to finish loading. This
works, but I really want a non hacked solution. Does anyone know of
any dispatched events from either the enhancedDataGrid or from the
pageControl that would help me out I would appreciate it. Barring
that, If someone could point me towards the pageControl code files
(I can't locate it) so I could look at the dispatched events that
should be enough.
Thanks
Thanks