There is no tooltip for datagridColumn.But instead its dataTipField. The following is the syntax:
<mx:DataGridColumn headerText=”name” dataField=”name” dataTipField=”name” showDataTips=”true”/>
There is no tooltip for datagridColumn.But instead its dataTipField. The following is the syntax:
<mx:DataGridColumn headerText=”name” dataField=”name” dataTipField=”name” showDataTips=”true”/>
One Comment
The above code segment is useful.