Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using MM with Infragistics
Message
 
À
17/11/2003 20:56:20
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00850835
Message ID:
00851209
Vues:
16
Bobby,

>i've made a windows application creating business objects using Mere Mortals. i initially used the mmDataGrid using the BindingSource property to bind to my data source. next i tried using Ultragrid of Infragistics but the DataSource property could not bind to my data source.

You've got a few options. If you simply want to use Infragistic's regular data binding as specified in their documentation, you can do that and the control can co-exist peacefully with other MM .NET controls. This isn't a bad option since it normally takes just a few lines of code to bind a data grid.

If you want to use MM .NET data binding, you need to subclass the Infragistics data grid and implement the ImmBindingDataGrid interface. For an example of how to do this, check out the source code for the mmDataGrid class.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform