I have a custom datagrid actionscript component that dynamically controls which columns are displayed based on the width of the datagrid. When the mouse is over a particular row, all the data for that row is displayed as a datatip using the dataTipFunction property even if it isn't shown in the datagrid. My problem is the position of the datatip obstructs the view of the datagrid. I attempted to change the position of the datatip by using the ToolTipEvent.TOOL_TIP_SHOW event but it doesn't seem to be dispatched. In fact, none of the ToolTipEvent's seem to be dispatched when the datatip is shown/hidden. Is this because a datatip is being shown and not a tooltip? Could someone provide some insight as to the differences between a datatip and tooltip as it relates to a datagrid and provide any suggestions on how to manually position the datatip?
|
feedback
|