so ive got a grid to show search results now if i hit search i return the STATIONSEARCH_HEADER value as "search results 1 of 200" but on initial load the default text is dataresults :( how can i have just a default text of "Search Results" on initial load?
<mx:DataGridColumn headerText="{stations_info_request.lastResult.stationsearch_header}" dataField="dataresults" width="90"/>