Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Catch a row# in a mmDataGrid via DblClick
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Catch a row# in a mmDataGrid via DblClick
Divers
Thread ID:
00898288
Message ID:
00898288
Vues:
36
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform