I have text.mxml component. that is showing me the following:
<mx
ataGrid id="dgShowHistory" width="100%">
<mx:columns>
<mx
ataGridColumn headerText="ID"/>
<mx
ataGridColumn headerText="Case Number"/>
<mx
ataGridColumn headerText="Group Number"/>
<mx
ataGridColumn headerText="Case Name"/>
<mx
ataGridColumn headerText="Status"/>
</mx:columns>
</mx
ataGrid>
Now the in the Case Number column I want to add a link to SearchCaseNumber.mxml...
So lets say the Case Number has the following:
Case Number
1234
1235
1236
I want these to be highlighted as link and when I click on these It takes me to the SearchCaseNumber.mxml put the 1234 automatically in search and if possible populate all the fields based on this.
In SearchCaseNumber.mxml
<mx:TextInput id="CaseSearch" width="81"/>
<mx
<mx:columns>
<mx
<mx
<mx
<mx
<mx
</mx:columns>
</mx
Now the in the Case Number column I want to add a link to SearchCaseNumber.mxml...
So lets say the Case Number has the following:
Case Number
1234
1235
1236
I want these to be highlighted as link and when I click on these It takes me to the SearchCaseNumber.mxml put the 1234 automatically in search and if possible populate all the fields based on this.
In SearchCaseNumber.mxml
<mx:TextInput id="CaseSearch" width="81"/>