I’d like to know if it is possible to share grid contents across different pivotitems so that only some extra information is added to another pivot item in Windows Phone. if possible please let me know.
To elaborate, I have a customer input form on one pivot control, and the next pivot page is for a special kind of customer so he has extra fields and we want to make the customer feel different, but the logic is pretty much the same.
can I reference the same contentGrid in another PivotItem?
No. But you can create a custom UserControl, and bind it with the same data.
Here’s a guide about UserControls