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
60
Excel like Editing
posted

When the grid is in edit mode, I cannot get the Excel like editing to work.  This works fine in read-only mode, as in your demo sample.

Once a cell has focus, it stays in there until I hit enter.  Then I have to hit Enter again to move down.

I there a simple way around this behavior?

 

don

Parents
  • 29417
    Offline posted

    Hello davery921,

     

    Thank you for posting in our forum.

     

    You can set the edit mode action that triggers entering of edit mode to be on key press. You can do this from the CellEditing Behavior for example:

                         <ig:CellEditing>

                                <EditModeActions EnableOnKeyPress="True" />

                         </ig:CellEditing>

    This will enter edit mode of the current active cell when you press a key and will directly enter the value in the cell. You can exit edit mode when you change the active cell in any way (tab or click on another cell).  Other such properties that affect the action that triggers entering edit mode are: EnableF2, EnableOnActive, MouseClick.

     

    Let me know if you have any further questions or concerns regarding this.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://es.infragistics.com/support

     

Reply Children