[CLOSED] Gridpanel Tooltip

  1. #1

    [CLOSED] Gridpanel Tooltip

    In older ext.net versions (1.x) gridpanel tooltip with this code fires when mouse is over a row.

    <ToolTips>
                    <ext:ToolTip ID="RowTip" runat="server" Target="={#{gridDocumentos}.getView().mainBody}"
                        Delegate=".x-grid3-cell" TrackMouse="true">
                        <Listeners>
                            <Show Fn="Millenium.Controls.TiposDocumentos.Index.showTip" />
                        </Listeners>
                    </ext:ToolTip>
                </ToolTips>
    In ext.net 2, it isn't working, what I have to change?
    Last edited by Daniil; Jun 21, 2012 at 1:12 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please set up
    Delegate=".x-grid-cell"
    Without "3".

    Here is the example.
    https://examples2.ext.net/#/Miscella..._Cell_Tooltip/

    There is some problem with positioning the Tooltip. We will investigate.
  3. #3
    The problem is that tooltips section of gridpanel doesn't work properly.

    Puting tooltip in another line of code seems to work. This could be an error.

    In other way, my question is solved and it works.
  4. #4
    Quote Originally Posted by softmachine2011 View Post
    The problem is that tooltips section of gridpanel doesn't work properly.
    Within the GridPanel Tooltips the Tooltip Target will be "grid.el", but must be
    Target="={#{GridPanel1}.getView().el}"
    to get the functionality you need.

    Quote Originally Posted by softmachine2011 View Post
    There is some problem with positioning the Tooltip. We will investigate.
    This has been fixed in SVN, revision #4134.
  5. #5
    Quote Originally Posted by Daniil View Post
    Within the GridPanel Tooltips the Tooltip Target will be "grid.el", but must be
    Target="={#{GridPanel1}.getView().el}"
    to get the functionality you need.
    If you will set up Target explicitly for the ToolTip within the GridPanel ToolTips, it should work, i.e. it won't be replaced with "grid.el".

Similar Threads

  1. Tooltip for each row of a gridpanel?
    By tuebben in forum 1.x Help
    Replies: 1
    Last Post: Oct 01, 2012, 6:15 AM
  2. [CLOSED] show tooltip GridPanel
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Mar 07, 2012, 7:43 PM
  3. Issue with tooltip in gridpanel
    By plykkegaard in forum 1.x Help
    Replies: 2
    Last Post: Jul 15, 2011, 6:36 AM
  4. [CLOSED] GridPanel Column Tooltip
    By sadaf in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Feb 02, 2011, 10:34 AM
  5. [CLOSED] gridpanel tooltip
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 30, 2010, 6:58 PM

Tags for this Thread

Posting Permissions