RadGridView.ValidationType property will be available with R2 2016.
A kind of a workaround for the user: resize any column/the entire window or collapse the row details.
Workaround is to specify that the format string should contain only the required member path: <telerik:GridViewDynamicHyperlinkColumn Header="ID" DataMemberBinding="{Binding ID}" NavigateUrlMemberPaths="WebUrl" NavigateUrlFormatString="{} {0}" TargetName="_blank"/>
As a workaround, one can look this up by accessing the Object/DbContext directly.
Will be available with LIB version 2015.3.1026.
The issue seems to be a bug with UI Row Virtualization since once I set it to False, it did not occur any more. You can also refer to the documentation on UI Virtualization: http://docs.telerik.com/devtools/wpf/controls/radgridview/features/ui-virtualization.html
Tapping on GridViewGroupRow or GroupHeaderRow does not expand the group
GridViewColumnGroup.HeaderTemplate is not respected in Windows8, Windows8Touch and ExpressionDark themes. Instead, the name of the column group is its content. This is reproducible with both StyleManager and Implicit Styles. Should be resolved with lib version 2015.2.720.