This question is locked. New answers and comments are not allowed.
Hi,
my application has an object with a related object that is a list if i change the main object the related listobject changes aswell that works fine, but on the grid it looses all the headers but i can tell that the rows are still there and the only way to view them again is to click onto a diffrent tab as the grid is in tabs.
so the class is like this
Main Class
string A Property
string B Property
List<C> property
C Class
int Ac Propterty
etc..
binding to C property
now changed main class and reload all properties to recreate
Please help
my application has an object with a related object that is a list if i change the main object the related listobject changes aswell that works fine, but on the grid it looses all the headers but i can tell that the rows are still there and the only way to view them again is to click onto a diffrent tab as the grid is in tabs.
so the class is like this
Main Class
string A Property
string B Property
List<C> property
C Class
int Ac Propterty
etc..
binding to C property
now changed main class and reload all properties to recreate
Please help
