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 using GDBG (Ver 3.0.0) and what we have noticed is when users move to last column and tries to tab out of that field.. cursor isntead of positioning itself to next row stays in the same column.. any clue what is going on ?
Regards
Yogi
ADAdministrator Syncfusion Team May 31, 2005 01:35 PM UTC
This is the default behavior. Try setting this property to see if it does what you need.
this.grid.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;