This is a migrated thread and some comments may be shown as answers.

XAML Grid object override after update Telerik XAML Universal Control

1 Answer 48 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daiki
Top achievements
Rank 1
Daiki asked on 25 Nov 2014, 04:43 AM
Hi All,
           I have been working on  developing windows 8 xaml , after updating Telerik UI Windows 8.1 SDK to Telerik Universal SDK . I am getting "The name "NumericTextBox" does not exist in the namespace "using:Telerik.UI.Xaml.Controls.Input.NumericBox" error and also orverride the windows 8.1 Grid class. I have used XAML Grid class to build usercontrolls
 
                    Grid outerContainer = new Grid();
                    outerContainer.SetValue(Grid.MarginProperty, new Thickness(0));
                    
                    outerContainer.SetValue(Grid.ColumnProperty, gridColumnIndex++);
                    outerContainer.SetValue(Grid.RowProperty, 0);
                    outerContainer.SetValue(Grid.BackgroundProperty,

thanks
sarathi

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 27 Nov 2014, 01:45 PM
Hi Sarathi,

Please, open a formal support ticket, so that we can provide you with a build with this issue fixed.

Best regards,
Ves
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussion
Asked by
Daiki
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or