Posted
on Oct 2, 2006
(permalink)
Thanks for your recommendation, it was very useful.
But we have another problem now.
There is a Button control with the next number of TabIndex property (for example, the Tabindex property of the RadEditor is 3 and the Tabindex property of the Button is 4). If the focus is in the RadEditor and the Tab key is pressed, the cursor remains in the RadEditor and the focus moves on the Button at the same time. If the Enter key is pressed after that, the postback doesn't occur.
Could you help us to resolve this problem.