Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » auto move to next column Collapse All
Subject Author Date
Paul Cowan May 6, 2008 - 12:56 PM

In a grid with several columns, how can I get the focus to change to the top of the next column when the down key is pressed at the bottom of a row?

Technical Support May 7, 2008 - 3:41 AM

First you need to track the focus changing event. In the event handler just check whether the row is the last row in the grid and then manually change the focus to the desired cell. The following FAQ can be helpful in this regard.
How to get the selected row indexes from the grid window, or change selections programmatically?