G
Guest
Hello,
When clicking on the top left corner of a datagridview - then entire
contents of the datagridview is selected. When clicking on that cell - what
event gets triggered/fired? I tried RowHeaderCell, ColumnHeaderCell, but
none of these events fired when I click on the top left corner cell of the
datagrid. I was hoping to do something like
console.WriteLine(e.ColumnIndex.ToString)
and maybe that would return -1, but I am not able to locate what event fires
when clicking on the Select All cell. Any suggestions appreciated.
Thanks,
Rich
When clicking on the top left corner of a datagridview - then entire
contents of the datagridview is selected. When clicking on that cell - what
event gets triggered/fired? I tried RowHeaderCell, ColumnHeaderCell, but
none of these events fired when I click on the top left corner cell of the
datagrid. I was hoping to do something like
console.WriteLine(e.ColumnIndex.ToString)
and maybe that would return -1, but I am not able to locate what event fires
when clicking on the Select All cell. Any suggestions appreciated.
Thanks,
Rich