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.
Hi,
I am using ver. 2.0.2.0
1. MouseWheel in a DataBoundGrid
doesn''t scroll correctly .
It scrolls five pages per move and it
does not reach the end if there are less than five remaining pages .
Also if you go to these last pages
with PageDown the wheel doesn''t return back but with forward move it starts
from beginning.
Also if you have the focus in a cell
and you move the wheel no one cell gets
the focus and if you press any key
even an arrow it returns to previous
current cell at the first row.
2. New Rows. Informative.
I work adding and saving rows in underline table through RowEditing
and RowLeave events .
Before until v. 2.0.1.0 I had not
any problem.
With v.2.0.2.0 I am receiving after
RowLeave from the Binder a message
as "Record belongs allready to table".
After few hours I solved it adding
in RowLeave event after my datahandling
code the instruction
Binder.CancelEdit();
Regards