I have a WPF page with the following configuration:
Stack Panel
-> Read-Only Grid | Read-Only Grid | Read-Only Grid
StackPanel
-> GridSplitter
-> Editable Grid | Editable Grid
If the user enters a row in either of the editable grids they are able to tab to the next cell but not edit the contents. I see the active cell highlighted so I know it has focus. If I click on the cell I am able to edit the contents. This only affects the plain text (XamTextEditor) cells. The cells with a calendar control do correctly enter edit mode when you enter them via tab.
Am I not able to have two grids in edit mode at the same time on the same page?
Hello Howard,
I have been looking into your issue and I need some clarification on the matter.
I am not sure I understand what exactly you are trying to accomplish. Please if it is possible send me a screenshot or sample application to clarify your matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
I am attempting to upload a WORD doc that illustrates the problem.