Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BindingFlag
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
01063105
Message ID:
01063148
Vues:
10
I believe i have figured it out (or at least a way): calling mmBindingStrategyDataGrid.RegisterBoundControl with a reference to the grid. (see below)

[
Category("Search Criteria"),
Description("Binding source of the grid."),
Browsable(true),
DefaultValue("")
]
public virtual string BindingSource
{
get { return _BindingSource; }
set
{
_BindingSource = value;
this.grdItems.BindingSource=value;
mmBindingStrategyDataGrid.RegisterBoundControl(this.grdItems); <== new line
}
}
private string _BindingSource = "";
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform