Ok, I want the following:
when the ultra(win)grid is selected and a user hits the 'F'-key, I want the grid to select the first row where a certain (specified) column matches 'F'.
Where can I define this ?
Sorry for the late reply.
We added the filter row instead to add more functionality then I asked previously...
So problem solved for us :-)
Hi,
There's no built-in functionality in the grid for this. But you should be able to handle the Key events of the grid (like KeyDown), trap for the key you want, and then loop through the grid rows to find the cell you want and set the ActiveRow.
There's some sample code in the KnowledgeBase which is very similar to what you are describing. It's a very old article, but the same basic approach still applies.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8077