Dear all,
If I have the ultragrid with only one column as editable, How to make it work for navigating up and down the rows??
Hello rchiu5hk,
If you would like to be able to change the cell which is in edit mode using the arrow keys you could take a look at the following link for more information about this:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1997
Please feel free to let me know if this is not what you are looking for.
Dear Mike,
Could I use the up or down or left or right keys to navigate in the ultragrid?
Hi,
I'm not sure what you are asking. What's the problem with navigating the rows?
If you are using the Tab key, then I think you probably just need to set TabStop to false on all of the columns that are not editable.