Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Tony
Created on: 22 May 2019 12:55
Category: DataGrid
Type: Bug Report
0
DataGrid: [iOS] A NullReferenceException is thrown when trying to load the telerik font

When starting an app that contians a RadDataGrid in the initial page, an exception is thrown because the telerikfont.ttf file is left unregistered.

Work-around:

Access anything from the TelerikFont class before the InitializeComponent of the page:

TelerikFont.GetUseEmbeddedFont(this);

0 comments