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.
Sorry, I found it myself. But maybe it''ll help somebody else...
The solution is to add following code to onScroll event:
private void dataGrid1_Scroll(object sender, System.EventArgs e)
{
dataGrid1.Focus();
}
Please help me with this:
When scrolling datagrid with mousewheel and another object is on the form (f.e. button), datagrid lost focus when the selected cell is out of displayed area in datagrid - so the scrolling is disabled.