Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Tab sets focus but won't let me edit
posted

I have a WPF page with the following configuration:

Stack Panel

-> Read-Only Grid | Read-Only Grid | Read-Only Grid

StackPanel

-> GridSplitter

StackPanel

-> 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?

Parents
No Data
Reply
  • 30945
    Offline posted

    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

Children