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);