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.
My grid has 768 rows, and when I scroll down (using the mouse), the grid scrolls past the last row, leaving a white no-man's-land visible. At the same time, a slew of errors scroll by in the output window (when in the VB.Net IDE). Is there a way to prevent the grid scrolling past the last row? Thanks
ADAdministrator Syncfusion Team November 21, 2002 08:22 PM UTC
This is not normal behavior.
Are you using a GridDataBoundGrid or a GridControl?
Are you handling QueryRowCount? If so, you might look at that code to see if it is behaving properly.
Exactly what errors are you seeing?
Probably the quickest way to resolve this is if you can post a sample showing the problem. If you like, you can open a DirectTrac support incident and post the sample there.