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
125
Arrow key navigation with KeyDown and AfterCellUpdate to save values
posted

I'm using ultragrid KeyDown to implement navigation of the grid using the arrow keys. This works great, however I also use AfterCellUpdate to update the XML used to populate the grid. The AfterCellUpdate action updates the XML and reloads it to the datatable used as the ultragrids datasource.

The problem is that if I change a value in a cell, when I push an arrow key to move to another cell, the AfterCellUpdate actions take over and the next cell is not selected.

What's a good strategy to implement navigation with arrow keys along with being able to update values when they are changed?

Parents Reply Children
No Data