<Grid>
<Grid x:Name="blobsSizeSettings">
<telerik:RadGridView Margin="0,0,0,0" Name="BlobSizeSettings" telerik:Theming.Theme="Vista" MultipleSelect="True"
AutoGenerateColumns="False" ShowGroupPanel="False" RowIndicatorVisibility="Visible" Background="White" CanUserFreezeColumns="False" CanUserReorderColumns="False" CanUserResizeColumns="False" CanUserSortColumns="False" IsReadOnly="False" IsFilteringAllowed="False" ColumnsWidthMode="Fill" ScrollMode="RealTime">
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn HeaderText="BlockSize" UniqueName="FileSizeString"></telerik:GridViewDataColumn>
<telerik:GridViewComboBoxColumn HeaderText="Blocks" ItemsSource="{Binding Size}}"></telerik:GridViewComboBoxColumn>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
</Grid>
</Grid>
ISDEV : warning -6248: Could not find dependent file penimc.dll, or one of its dependencies of component Telerik.Windows.Data.dll
ISDEV : warning -6248: Could not find dependent file presentationhostdll.dll, or one of its dependencies of component Telerik.Windows.Data.dll
ISDEV : warning -6248: Could not find dependent file wpfgfx_v0300.dll, or one of its dependencies of component Telerik.Windows.Data.dll