Click here to Skip to main content
15,889,266 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionhow to call the click event or cellclick even of datagrid from a button Pin
indian14326-Jul-07 5:19
indian14326-Jul-07 5:19 
AnswerRe: how to call the click event or cellclick even of datagrid from a button Pin
Kschuler26-Jul-07 9:25
Kschuler26-Jul-07 9:25 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14326-Jul-07 20:24
indian14326-Jul-07 20:24 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14326-Jul-07 21:43
indian14326-Jul-07 21:43 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus26-Jul-07 23:18
protectorChristian Graus26-Jul-07 23:18 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14327-Jul-07 0:16
indian14327-Jul-07 0:16 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus27-Jul-07 0:48
protectorChristian Graus27-Jul-07 0:48 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14327-Jul-07 1:00
indian14327-Jul-07 1:00 
Christ
No thats not my requirement is, my requirement is Letus assume we have a button called "Button1"
This buttons click event can be performed when I call "Button1.PerformClick();". k. I want the same thing to be happened when datagridview's cell is clicked.

Now what I need is I want to do is to either to execute the datagridview's cellclick event to be called explicitly as mentioned above with "Button1"
or
other wise calling the same internal method which is executed when a cell is clicked. Means this will be like event driven and delegate system so if I know the method which is called at the time of cellclick, I can call it by sending the proper parameters to it. Could u please help me Christ please. Thank you.

Regards,
Aleem,

S/W Engineer
Akebono Soft Technologies
aleem_abdul@akebonosoft.com.

GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus27-Jul-07 12:36
protectorChristian Graus27-Jul-07 12:36 
GeneralRe: how to call the click event or cellclick even of datagrid from a button Pin
indian14328-Jul-07 4:34
indian14328-Jul-07 4:34 
QuestionRe: how to call the click event or cellclick even of datagrid from a button Pin
Christian Graus30-Jul-07 11:05
protectorChristian Graus30-Jul-07 11:05 
QuestionMy clients requirement is Pin
indian14326-Jul-07 2:34
indian14326-Jul-07 2:34 
AnswerRe: My clients requirement is Pin
Pete O'Hanlon26-Jul-07 4:31
mvePete O'Hanlon26-Jul-07 4:31 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 5:15
indian14326-Jul-07 5:15 
GeneralRe: My clients requirement is Pin
originSH26-Jul-07 5:51
originSH26-Jul-07 5:51 
GeneralRe: My clients requirement is Pin
Dave Kreskowiak26-Jul-07 11:07
mveDave Kreskowiak26-Jul-07 11:07 
GeneralRe: My clients requirement is Pin
Leslie Sanford27-Jul-07 6:46
Leslie Sanford27-Jul-07 6:46 
GeneralRe: My clients requirement is Pin
Paul Conrad23-Dec-07 15:06
professionalPaul Conrad23-Dec-07 15:06 
GeneralRe: My clients requirement is Pin
Vasudevan Deepak Kumar26-Jul-07 23:05
Vasudevan Deepak Kumar26-Jul-07 23:05 
GeneralRe: My clients requirement is Pin
indian14327-Jul-07 0:13
indian14327-Jul-07 0:13 
GeneralRe: My clients requirement is Pin
Colin Angus Mackay28-Jul-07 7:30
Colin Angus Mackay28-Jul-07 7:30 
GeneralRe: My clients requirement is Pin
Christian Graus26-Jul-07 23:20
protectorChristian Graus26-Jul-07 23:20 
GeneralRe: My clients requirement is Pin
Leslie Sanford27-Jul-07 6:42
Leslie Sanford27-Jul-07 6:42 
GeneralRe: My clients requirement is Pin
Colin Angus Mackay28-Jul-07 7:29
Colin Angus Mackay28-Jul-07 7:29 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 5:45
indian14326-Jul-07 5:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.