Search

DataGridView CellContentClick by CAKCy

Active

1
0
Sign in
to vote
Type: Bug
ID: 779286
Opened: 2/15/2013 4:30:53 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
VisualStudio 2010 - Visual Basic - Windows Forms application

The CellContentClick event erroneously fires on a MouseUp action.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

.NET Framework 4.0

Steps to reproduce

1. Unbound Datagridview control with a textbox column and a button or checkbox column.

2. Change the textbox cell of the textbox column to Edit State.
3. Click in the TextBoxEditingControl and keep the mouse button pressed. (Mouse Down only)
4. Drag the mouse over the button column
5. Release the mouse button
6. The CellContentClick of the BUTTON cell fires.

Product Language

English

Operating System

Windows 7 SP1

Operating System Language

English

Actual results

CellContentClick fires when it shouldn't

Expected results

No CellContentClick should fire.
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 2/18/2013 at 10:58 PM
Thanks for your feedback . The product team itself no longer directly accepting feedback for Microsoft Visual Studio 2010 and earlier products. You can get support for issues with Visual Studio 2010 and earlier by visiting one of the resources in the link below:
<http://msdn.microsoft.com/en-us/vstudio/cc136615.aspx>
Sign in to post a workaround.