This question is locked. New answers and comments are not allowed.
I have a RadGridView with a RowDetails DataTemplate that contains editable textboxes.
These textboxes are multiline with AcceptsReturn="True". But the grid itself is intercepting return and not letting the TextBoxes receive the return input. How can I make it so my TextBoxes properly start a new line if the user presses return while they are focused?
These textboxes are multiline with AcceptsReturn="True". But the grid itself is intercepting return and not letting the TextBoxes receive the return input. How can I make it so my TextBoxes properly start a new line if the user presses return while they are focused?