I have two grids and I am using costume objects to bind them too. I have a master grid that binds fine to a list of objects. When you click on a row it reads the parameter in the object and loads a custom Details Template I then pass the ref of the object to the detail template user control which has another gridview which I try and bind it to a another list within the master object. However it causes the gridview to disappear has anyone seen this before?
**EDIT: Sorry forgot to mention that it only disappears when I add objects to the list.
**EDIT: Sorry forgot to mention that it only disappears when I add objects to the list.