Hello Pawan,
I answered in the support ticket but am posting my reply here as well in case anyone else encounters the same question.
I'm sorry for the misunderstanding. For the TabNavigation to work you will need to handle the Tab key inside the PreviewEditorKeyDown event and set e.SuppressDefaultAction to true.
Regards,
Vladislav
Progress Telerik
Hi Vladislav,
I am aware of TextBox's AcceptTab property, but I have button, Combobox, Datetimepicker, etc. inside the InLineUIContainer, so is there any way to handle the TabNavigation inside InlineUIConatainer.
Regards,
Pawan
Hello Pawan,
I'm glad that the workaround satisfies your needs.
As for the second part - you can set the AcceptsTab property of TextBox control to true. Additionally, if you would like to support inserting new lines in the text box, you can set the AcceptsReturn to true.
I hope this information is helpful.
Regards,
Vladislav
Progress Telerik
Thanks for your workaround, it is working for Left, Right, Backspace, Delete, Ctrl+C, Ctrl+V, But controls are not following Tab order inside InlineUIContainer, the tab key press moves the focus and caret position to parent radrichtextbox.
Is there any workaround for Tab key as well?