Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Catch a row# in a mmDataGrid via DblClick
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Catch a row# in a mmDataGrid via DblClick
Miscellaneous
Thread ID:
00898288
Message ID:
00898288
Views:
37
Ok how do you detect a click, mouse down/up event in the mmDataGrid?

This code never fires I have a debug on the int linebelow.

public void mmDataGrid1_MouseDown(object sender, System.Windows.Forms. MouseEventArgs e)
{
int rowIndex = mmDataGrid1.CurrentRowIndex;
object PKey = mmDataGrid1.GetCurrentRowPK();

}

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform