Tab and ReadOnly-cols

Hi,


Is it possible to always tab (with the goTabs enabled) to the next column even if it is readonly (or canEdit = false)? Right now it jumps over columns that are readonly and it makes some strange effects. If guess if the column is readonly it should just hide the editor in the column as normal.

Kind regards,

Lasse Laegteskov


If found this: Navigation.AdvanceSkipReadOnlyCells and set it to False. But it seems that if I'm in a editable ComboBox and use tab it still jumps only to the next editable column.


I'm using version 7.8.7.0, so I will try to upgrade to the newest version.

It is designed to skip over read-only cells.