We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

UWP controls not rendering in runtime

Here is the problem:  Installed UWP controls (essential studio 13.3.0.7), referenced the Syncfusion controls for UWP XAML in my Unviersal App, toolbar with the controls is not there but I have added the items manually, everything builds and runs but on Page where controls are added nothing shows up. Strange. For example: this xaml runs and shows an empty page, what is wrong?

<Page xmlns:Input="using:Syncfusion.UI.Xaml.Controls.Input" 
    x:Class="App4.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:App4"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">

    <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
    <Input:SfMaskedEdit Width="200" Height="50" />
    </Grid>
</Page>


1 Reply

VJ Victory Jessie Selvam D Syncfusion Team October 19, 2015 11:59 AM UTC

Hi Pero,

Thank you for using Syncfusion Products.

Currently we are working to provide toolbox support for our UWP controls and it will be available in any of our volume 3 2015 service pack release. We are able to reproduce the reported issue "SfMaskedEdit control is not rendering in runtime" and we have logged a defect report for that. The fix for this issue will be available in our upcoming volume 3 service pack release SP1 which will be available by the end of October 2015.

Regards,
Jessie

Loader.
Live Chat Icon For mobile
Up arrow icon