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

Windows Forms

 
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 
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 
Hi all,

I have a Windows application developped using C#.Net with .Net 2005. I have used a datagridview in it. That datagridview is allowing its contents to be changed or its cells are editable. When a button is clicked, a cell in the gridview is selected. This is how happeneing till now.

My clients requirement is, when that button is clicked apart from the cell is being selected, cursor must also be placed on the text of the cell, for user friendlyness. Pls. help me I will be thankfull to you.

The code that I am using to select a cell in the gridview is below :

dgvLasers.EditingPanel.Visible = true;
bEdit = true;
dgvLasers.SelectionMode = DataGridViewSelectionMode.CellSelect;
dgvLasers.Rows[intIndex].Cells[1].Selected = true;

Regards,


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

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 
GeneralRe: My clients requirement is Pin
Pete O'Hanlon26-Jul-07 8:57
mvePete O'Hanlon26-Jul-07 8:57 
GeneralRe: My clients requirement is Pin
Paul Conrad26-Jul-07 9:53
professionalPaul Conrad26-Jul-07 9:53 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 20:27
indian14326-Jul-07 20:27 
GeneralRe: My clients requirement is Pin
Colin Angus Mackay28-Jul-07 7:32
Colin Angus Mackay28-Jul-07 7:32 

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.