Jan 13, 2021, 6:40 AM
[OPEN] [#1846] GridPanel ToolTip Not Appearing
Dears,
All GridPanel I used has the code for ToolTip as per examples page as following:

- In this snapshot, my mouse is pointing to first command icon, but ToolTip not shown.
- Here it is normal, and I used same code for that.
Kindly, advice.
All GridPanel I used has the code for ToolTip as per examples page as following:
<ext:CommandColumn runat="server" Width="100">
<Commands>
<ext:GridCommand Icon="RecordGreen" CommandName="Activate">
<ToolTip Text="Activate" />
</ext:GridCommand>
<ext:CommandSeparator />
<ext:GridCommand Icon="RecordRed" CommandName="Deactivate">
<ToolTip Text="Disable" />
</ext:GridCommand>
<ext:GridCommand Icon="Delete" CommandName="Delete">
<ToolTip Text="Delete"></ToolTip>
</ext:GridCommand>
</Commands>
</ext:CommandColumn>
Why ToolTip is not showing when mouseover for my GridPanels?- In this snapshot, my mouse is pointing to first command icon, but ToolTip not shown.
- Here it is normal, and I used same code for that.
Kindly, advice.
Last edited by fabricio.murta; Jan 14, 2021 at 2:40 PM.