Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGrid not enabled on a 4th page
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
DataGrid not enabled on a 4th page
Miscellaneous
Thread ID:
00954081
Message ID:
00954081
Views:
64
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
Reply
Map
View

Click here to load this message in the networking platform