单击datagridview中的单元格时如何在datagridview的单元格旁边弹出

问题描述:

当我们单击datagridview单元格时,如何在该单元格旁边弹出一个窗口
点击的单元格


:(

When we click on a datagridview cell how to get a popup beside that
clicked cell


:(

我想b/c您没有说ASP.NET这是Windows问题.

通过单击事件,您可以根据要精确到多少来确定鼠标在哪里以及单元在哪里.然后编写代码以弹出要显示的窗口.
I assume b/c you didn''t say ASP.NET that this is a windows question.

The click event will let you find out where the mouse is, and where the cell is, depending on how exact you want to be. Then you write code to popup the window you want to show.