Posted 4 December 2018, 7:40 am EST
I have one grid that steadfastly refuses to move to the next line when I press tab on it.
TabAction is GridNaviation
WrapCellProperties is True
Arrow Keys work fine…
Any ideas?
D
Forums Home / ComponentOne / WinForms Edition
Posted by: daniel.banks on 4 December 2018, 7:40 am EST
Posted 4 December 2018, 7:40 am EST
I have one grid that steadfastly refuses to move to the next line when I press tab on it.
TabAction is GridNaviation
WrapCellProperties is True
Arrow Keys work fine…
Any ideas?
D
Posted 5 December 2018, 4:19 am EST
Hi,
I used these properties and navigation works as expected:
c1TrueDBGrid1.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.GridNavigation;
c1TrueDBGrid1.WrapCellPointer = true;
I’ve also attached a sample. Can you please check whether the attached sample works correctly or not for you?
Thanks,
Jitender
TabActionGrid.zip