Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MM.Net Infragistics Controls question
Message
De
05/02/2005 17:59:57
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brésil
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
MM.Net Infragistics Controls question
Divers
Thread ID:
00984241
Message ID:
00984241
Vues:
64
Hi Kevin,

Questions about the beta version of the MM Infragistics controls should be posted in the UT or sent directly to you?

I´m trying to replace the mmDataGrid (grdOrders) by the mmUltraGrid in the "Windows Forms Application - C# Jump Start" (CustomerOrdersForms.cs).

I´ve found some problems:

1- When I run the form and navigate through the orders using the mmUltraGrid dgrOrders, the Properties Page isn´t updated.
To correct this I had to modify the btnGetOrders_Click event handler adding the code to data bind the mmUltraGrid control (dgrOrders):
  private void btnGetOrders_Click(object sender, System.EventArgs e)
  {
   this.dsOrders = this.oOrder.GetOrdersByCustomerID(this.txtCustomerID.Text);
 
   // Data binding the mmUltraGrid. The following code wasn´t necessary when I was using the mmDataGrid.
   // At desing time the BindingSource property is already set.
   this.grdOrders.DataSource = this.dsOrders;
   this.grdOrders.DataBind();
  }

Is this a bug in this beta release or am I doing wrong assumptions about the use of mmUltraGrid.

2- Using the mmUltraGrid I cannot setup some features in the "Feature Picker" like "Card View", "Outlook Group By", "Header Click Sort Action", etc.

Will these features be available in the final release?

3- I followed the directions at "Data Binding the mmUltraGrid" in the help but when I click in the "Get Orders" button, the grid shows all the columns no matter what I have previously setup. What am I missing?

Thanks in advance,

Eugênio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform