T
T. Ford
Hey. I've searched far and wide and not found anything
that I could get to work for handling the double click
event of a particular cell. I can get it for an entire
row, but not a particular cell. I tried drilling down to
the TextBox itself and putting an event handler on that
for the double click event, but for some reason it did not
work (possibly not getting propagated down that far?). I
have also seen on this forum this post:
Subject: RE: Double Click a datagrid row
From: "Ying-Shen Yu[MSFT]" <[email protected]>
Sent: 10/31/2003 6:39:33 PM
but I fail to see how this helps with the double click
event for individual cells. Mainly because the double
click event handler takes an EventArgs type rather than a
MouseEventArgs type. Anyone seen any tutorials or have
any examples?
Thanks,
T. Ford
(e-mail address removed)
that I could get to work for handling the double click
event of a particular cell. I can get it for an entire
row, but not a particular cell. I tried drilling down to
the TextBox itself and putting an event handler on that
for the double click event, but for some reason it did not
work (possibly not getting propagated down that far?). I
have also seen on this forum this post:
Subject: RE: Double Click a datagrid row
From: "Ying-Shen Yu[MSFT]" <[email protected]>
Sent: 10/31/2003 6:39:33 PM
but I fail to see how this helps with the double click
event for individual cells. Mainly because the double
click event handler takes an EventArgs type rather than a
MouseEventArgs type. Anyone seen any tutorials or have
any examples?
Thanks,
T. Ford
(e-mail address removed)