I have inserted a table and I would like to be able to tab between the cells/rows of the table rather than inserting a tab or tabbing off the control. Is there a way to achieve this?
Thanks.
1 Answer, 1 is accepted
0
Iva Toteva
Telerik team
answered on 08 Aug 2012, 03:48 PM
Hi Mike,
Navigation between table cells using the tab has not been implemented in RadRichTextBox yet. Currently, pressing the Tab key changes the paragraph indent or inserts a tab. You can also set the AcceptsTab property to False in order to prevent this behavior and have the editor pass the focus to the next control on the page.