RE: [flexcoders] RTE - DataGridHeader/mouseOutHandler

2009-11-30 Thread Alex Harui
Is the column set changing based on the new data?

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of bhaq1972
Sent: Monday, November 30, 2009 8:26 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RTE - DataGridHeader/mouseOutHandler



I'm getting this runtime error which I hope someone can help me with.

Basically, I added a headerRelease event to my DataGrid. The plan is...when a 
user clicks a dg column header  rather than sorting the rows, i plan to 
re-populate the datagrid with rows from a different sql database call.

eg


[flexcoders] RTE - DataGridHeader/mouseOutHandler

2009-11-30 Thread bhaq1972
I'm getting this runtime error which I hope someone can help me with.

Basically, I added a headerRelease event to my DataGrid. The plan is...when a 
user clicks a dg column header  rather than sorting the rows, i plan to 
re-populate the datagrid with rows from a different sql database call.

eg