[OPEN] [#1846] GridPanel ToolTip Not Appearing

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#1846] GridPanel ToolTip Not Appearing

    Dears,

    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?

    Click image for larger version. 

Name:	ToolTip1.jpg 
Views:	138 
Size:	88.0 KB 
ID:	25495

    - In this snapshot, my mouse is pointing to first command icon, but ToolTip not shown.

    Click image for larger version. 

Name:	ToolTip2.jpg 
Views:	135 
Size:	86.7 KB 
ID:	25496

    - Here it is normal, and I used same code for that.

    Kindly, advice.
    Last edited by fabricio.murta; Jan 14, 2021 at 1:40 PM.

Similar Threads

  1. Replies: 7
    Last Post: Jan 05, 2016, 11:35 PM
  2. Gridpanel is appearing multiple times
    By Mr.Techno in forum 1.x Help
    Replies: 4
    Last Post: Jun 22, 2011, 11:35 AM
  3. [CLOSED] IFrame appearing above all other components
    By rbarr in forum 1.x Legacy Premium Help
    Replies: 34
    Last Post: May 09, 2011, 10:46 AM
  4. IFrame appearing above all of components
    By rbarr in forum 1.x Help
    Replies: 0
    Last Post: Apr 11, 2011, 9:10 AM
  5. [CLOSED] Scrollbar multiselect not appearing
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 11, 2010, 2:06 PM

Posting Permissions