Hi John,
Thank you for contacting Syncfusion support.
Based on the shared information we suspect that your requirement is to “achieve popup dialog”, for that you can use Syncfusion’s SfPopupLayout control. Kindly refer our UG documentation to know more about SfPopupLayout.
We have prepared a simple sample using DataForm inside SfPopupLayout.
Code Snippet:
<sfpopup:SfPopupLayout x:Name="popUpLayout" StaysOpen="True" >
<sfpopup:SfPopupLayout.PopupView>
<sfpopup:PopupView >
<sfpopup:PopupView.ContentTemplate>
<DataTemplate>
<sfdataForm:SfDataForm x:Name="dataform"
DataObject="{Binding Dialog}"/>
</DataTemplate>
</sfpopup:PopupView.ContentTemplate>
</sfpopup:PopupView>
</sfpopup:SfPopupLayout.PopupView>
</sfpopup:SfPopupLayout> |
Sample link: DataFormPopup
We hope this helps. Please let us know if you would require any further assistance.
Regards,
Farjana Parveen A