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
223
Skipping uneditable columns when tabbing
posted

How can you set up the grid, so that when the user tabs, only editable cells are in the tab order?

Parents
  • 45
    posted

     I have almost the same problem, but i also have to allow the user to add the row (add new row) when pressing the enter key in the last editable cell or when the focus is on the last cell, but the last column is not editable (it's value is set programatically using javascript). Anyone have any idea of how can i do that? I tried some javascript similar to the one posted before, but it didn't work, because i could'nt find any method to tell the grid that i want this add new row to be added (client side). Also it captures the "enter" even if the cell is not in edit mode (only active), so the enter doesn't work to get the cell editable, the routine is executed and everything gets messed up... 

Reply Children