This question is locked. New answers and comments are not allowed.
I have a RadGridView in my silverlight project, and inside this grid I created a few columns:
first column contains 2 buttons
second column contains file-name inside a text-block
third and fourth columns contain a RadComboBox
fifth column contains a user-control with multiple controls of varying kinds (depending on the selection in the combo-box column)
Now the problem I have is an issue of focus inside grid-cells and in the input-controls inside the fifth column, the cells always get the focus first and only after another tab presses do the focus move to the control inside the cell. Also in the fifth column the same problem with cell-focus happens, and also in each of the user-controls inside that cell there is the same problem with the user-control getting the focus before the input inside it gets the focus.
Is there a way (for both grid-cells and user-controls) to have the focus set to the first input control instead of first hving the container get the focus?
Thanks.
first column contains 2 buttons
second column contains file-name inside a text-block
third and fourth columns contain a RadComboBox
fifth column contains a user-control with multiple controls of varying kinds (depending on the selection in the combo-box column)
Now the problem I have is an issue of focus inside grid-cells and in the input-controls inside the fifth column, the cells always get the focus first and only after another tab presses do the focus move to the control inside the cell. Also in the fifth column the same problem with cell-focus happens, and also in each of the user-controls inside that cell there is the same problem with the user-control getting the focus before the input inside it gets the focus.
Is there a way (for both grid-cells and user-controls) to have the focus set to the first input control instead of first hving the container get the focus?
Thanks.