Do you know how to change the Headers in my Details Tables based on a DataKeyValue in my MasterTable?
This does a great job changing the header in the ItemDataBound Event but I can't seem to retreive the DataKeyValue in the Master Table. When I go to expand and error is thrown.
This does a great job changing the header in the ItemDataBound Event but I can't seem to retreive the DataKeyValue in the Master Table. When I go to expand and error is thrown.
grdMSC.MasterTableView.DetailTables[0].Columns[1].HeaderText = "Equipment";
grdMSC.MasterTableView.DetailTables[0].Columns[2].HeaderText = "Vendor";