Hi Team
I have a radtabcontrol.Items source bind to some collection in ViewModel. Each tab item has its own view and VM. I am adding multiple tabitems to the control at run time. Steps are :
1. create the instance of the view model of the tab item
2. Add it to the collection in the VM.
After this , the tabcontrol shows the desired tabs. The issue is that the view of only last tab item is initialised , other tab items views remain uninitialised. I need to select each tab item one by one...only then the view is getting initialised.
I need to read some control info from each tab item view model...for that i need each view to be initialised without manually clicking them one by one.
I have a radtabcontrol.Items source bind to some collection in ViewModel. Each tab item has its own view and VM. I am adding multiple tabitems to the control at run time. Steps are :
1. create the instance of the view model of the tab item
2. Add it to the collection in the VM.
After this , the tabcontrol shows the desired tabs. The issue is that the view of only last tab item is initialised , other tab items views remain uninitialised. I need to select each tab item one by one...only then the view is getting initialised.
I need to read some control info from each tab item view model...for that i need each view to be initialised without manually clicking them one by one.