Tab Problem

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

1 Reply

AD Administrator 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;

Loader.
Up arrow icon