or
| <telerik:RadDocking.DocumentHost> |
| <telerik:RadSplitContainer> |
| <telerik:RadPaneGroup> |
| <telerik:RadPane Header="Browser" CanFloat="False"> |
| <Grid x:Name="grdBrowser" Margin="0"> |
| <StackPanel HorizontalAlignment="Stretch" Margin="6" Name="stackPanel1" VerticalAlignment="Stretch"> |
| <StackPanel Name="stackPanel2" Orientation="Horizontal" VerticalAlignment="Top" HorizontalAlignment="Stretch"> |
| <Button x:Name="btnWebPrev" HorizontalAlignment="Left" Height="34" Style="{DynamicResource stylePreviousButton}" VerticalAlignment="Top" Width="34" Cursor="Hand"/> |
| <Button x:Name="btnWebNext" HorizontalAlignment="Left" Height="34" Style="{DynamicResource styleNextButton}" VerticalAlignment="Top" Width="34" Cursor="Hand"/> |
| <TextBox Height="23" x:Name="txtWebURL" Width="519" /> |
| <Button x:Name="btnWebSearch" HorizontalAlignment="Left" Height="34" Style="{DynamicResource styleSearchButton}" VerticalAlignment="Top" Width="34" Cursor="Hand" Click="btnWebSearch_Click"/> |
| <Button x:Name="btnWebStop" HorizontalAlignment="Left" Height="34" Style="{DynamicResource styleStopButton}" VerticalAlignment="Top" Width="34" Cursor="Hand"/> |
| <Button x:Name="btnWebRefresh" HorizontalAlignment="Left" Height="34" Style="{DynamicResource styleRefreshButton}" VerticalAlignment="Top" Width="34" Cursor="Hand"/> |
| <Button x:Name="btnWebAddSource" HorizontalAlignment="Left" Height="34" Style="{DynamicResource styleAddSourceButton}" VerticalAlignment="Top" Width="34" Cursor="Hand"/> |
| </StackPanel> |
| <WebBrowser Height="603" x:Name="webBrowser" /> |
| <StackPanel Name="stackPanel3" Orientation="Horizontal"> |
| <Label Content="Label" Height="28" Name="lblStatus" /> |
| </StackPanel> |
| </StackPanel> |
| </Grid> |
| </telerik:RadPane> |
| </telerik:RadPaneGroup> |
| </telerik:RadSplitContainer> |
| </telerik:RadDocking.DocumentHost> |
| foreach (LJSDataSet.LJ_DBRow row in dbNew.LJ_DB.Rows) |
| { |
| StackPanel pan = new StackPanel(); |
| TextBlock tb1 = new TextBlock(); |
| TextBlock tb2 = new TextBlock(); |
| tb1.Width = 130; |
| tb1.Text = row.DBNAME; |
| tb2.Width = 90; |
| tb2.Text = row.DBSERV; |
| pan.Orientation = Orientation.Horizontal; |
| pan.Children.Add(tb1); |
| pan.Children.Add(tb2); |
| this.comboDB.Items.Add(pan); |
| } |
| <telerik:RadDatePicker Grid.Row="4" Grid.Column="1" Name="DatePlanned" |
| SelectedDate="{Binding SelectedDatePlanned, Mode=TwoWay}" > |
| <telerik:RadDatePicker.MonthViewStyle> |
| <Style> |
| <Setter Property="Control.FontSize" Value="16" /> |
| </Style> |
| </telerik:RadDatePicker.MonthViewStyle> |
| </telerik:RadDatePicker> |

Hi,
I''ve just upgraded to latest Q2 SP1 version of RadGridView and now in the WPF designer i see the following exception.
'-2' is not a valid value for property'ViewportSize'.
atSystem.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Objectvalue, PropertyMetadata metadata, Boolean coerceWithDeferredReference,OperationType operationType, Boolean isInternal) atSystem.Windows.DependencyObject.SetValue(DependencyProperty dp, Objectvalue) atSystem.Windows.Controls.Primitives.ScrollBar.set_ViewportSize(Doublevalue) atTelerik.Windows.Controls.GridView.ScrollBarStateController.UpdateScrollBar(ScrollBarscrollBar, ScrollBarProperties properties)at Telerik.Windows.Controls.GridView.GridViewScrollViewer.UpdateScrollBars() atTelerik.Windows.Controls.GridView.GridViewScrollViewer.GridViewScrollViewer_LayoutUpdated(Objectsender, EventArgs e) atSystem.Windows.ContextLayoutManager.fireLayoutUpdateEvent() atSystem.Windows.ContextLayoutManager.UpdateLayout() atSystem.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg) at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork() atSystem.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() atSystem.Windows.Media.MediaContext.RenderMessageHandlerCore(ObjectresizedCompositionTarget) atSystem.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget) atSystem.Windows.Media.MediaContext.Resize(ICompositionTargetresizedCompositionTarget) atSystem.Windows.Interop.HwndTarget.OnResize()at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtrwparam, IntPtr lparam) atSystem.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd,Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) atMS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegatecallback, Object args, Boolean isSingleParameter) atSystem.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegatecallback, Object args, Boolean isSingleParameter, Delegate catchHandler)