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
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