Javascript-like Pop-up/onHover for a Datagrid or Datagridview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • panuvin
    New Member
    • May 2007
    • 3

    Javascript-like Pop-up/onHover for a Datagrid or Datagridview

    Hello all,

    I am working on a Winforms project that currently has a Datagrid to display the data from a Dataset (this can be easily changed to a Datagridview control). I know there are tooltips you can add to each cell, but I was wondering if anyone had seen or written anything that will act like a javascript/DHTML pop-up. I'd like to put an image box and a label in the "pop-up", based on the cell data. I can retrieve the cell data, but I cannot figure out how to create this pop-up. I've looked into the onPaint method, but can't get it to work. Does anyone have any links or has anyone done something like this before?

    Thanks in advance!

    Panuvin
  • abev
    New Member
    • Jan 2008
    • 22

    #2
    panuvin just a guess have you thought of creating a custom pop up box - just a form that pops up?

    Originally posted by panuvin
    Hello all,

    I am working on a Winforms project that currently has a Datagrid to display the data from a Dataset (this can be easily changed to a Datagridview control). I know there are tooltips you can add to each cell, but I was wondering if anyone had seen or written anything that will act like a javascript/DHTML pop-up. I'd like to put an image box and a label in the "pop-up", based on the cell data. I can retrieve the cell data, but I cannot figure out how to create this pop-up. I've looked into the onPaint method, but can't get it to work. Does anyone have any links or has anyone done something like this before?

    Thanks in advance!

    Panuvin

    Comment

    Working...