The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
We are getting following exception from our GUI which is using Syncfusion Grouping Grids. Can someone please advise on how to tackle this?
Failed to open Summary View Control: System.ArgumentException: ''-177'' is not a valid value for ''LargeChange''. ''LargeChange'' must be greater than or equal to 0.
at System.Windows.Forms.ScrollBar.set_LargeChange(Int32 value)
at Syncfusion.Windows.Forms.ReflectScrollBar.set_LargeChange(Int32 value)
at Syncfusion.Windows.Forms.ScrollBarWrapper.set_LargeChange(Int32 value)
at Syncfusion.Windows.Forms.Grid.GridScroll.UpdateScrollbars(Boolean bRedraw, Boolean bOnlyIfDimensionChanged)
at Syncfusion.Windows.Forms.Grid.GridControlBase.UpdateScrollBars()
at Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl.UpdateScrollBars()
at Syncfusion.Windows.Forms.Grid.GridControlBase.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnParentVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at Syncfusion.Windows.Forms.Tools.DockHost.InitializeDockHost(DockingManager dmgr, Control ctrl)
at Syncfusion.Windows.Forms.Tools.DockHost..ctor(DockingManager dmgr, Control ctrl)
at Syncfusion.Windows.Forms.Tools.DockingManager.CreateDockHost(Control ctrl)
at Syncfusion.Windows.Forms.Tools.DockingManager.InternalDockControl(Control ctrl, DockControllerBase dcbparent, DockingStyle dockstyle, Int32 nsize)
ADAdministrator Syncfusion Team July 19, 2005 07:25 AM UTC
What version are you using? We had a report of this same exception in 2.1.0.9, and added code which fixed it for the user in the 3.0.1.0 release. Are you using version 3.0.1.0 or 3.2.1.0?