Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataGrid not enabled on a 4th page
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
DataGrid not enabled on a 4th page
Divers
Thread ID:
00954081
Message ID:
00954081
Vues:
65
I have a win form Inv : mmMaintenanceForm.

I have added 2 additional pages on the form. User picks a piece of inventory via a double click on page 1 in the INVdatagrid. That dblClick runs and loads :
DataRowView drView = this.GetCurrentRow(oInventorys);
this.LID = System.Convert.ToInt16(drView.Row[5].ToString());
this.dsInv = this.oInventory.GetTruck(this.LID);
this.TabControl.SelectedTab = this.PropertiesPage ;
this.dsRepairs=oRepairs.GetRepairs(this.LID);
this.dsTitles = this.oTitles.GetTitles(this.LID);

All ds's load their respective data. I have a page for "repairs" and it has a grid to display them. That grid seems to be enabled = false, but it's not? There is no data present in the grid. The ds has the table populated as well as if I put a textbox on the form, it's populated with the real data?

Any ideas?

TIA
Répondre
Fil
Voir

Click here to load this message in the networking platform