Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Infragistics WebGrid Updating
Message
De
25/08/2005 19:08:36
John Darragh
Entrotech Engineering, Inc.
Torrance, Californie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01030174
Message ID:
01044148
Vues:
21
I'm not sure about the CallStateChanged method, but if you are finding that the message handlers are not getting called, is it possible that you "copy and pasted" the message handling code from the documentation? If so, the code in the documentation is missing the "Handles ... " part of the Sub declaration, which would cause the handlers not to be invoked.

Private Sub grdRegion_UpdateCellBatch(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebGrid.CellEventArgs) Handles grdRegion.UpdateCellBatch

...

end sub

Just a guess - But it is something I noticed when trying the sample.

The sample still doesn't work - but that might be a different story. See my separate reply to Sandra Emery's post...

Hope this helps,
John Darragh
Entrotech Engineering, Inc.
darragh@entrotech.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform