In a readonly datagrid where tabular data is displayed, I want to have the (out of the box) functionality to jump to a row when an user types in some characters.
Say the following records are available:
- … Some data …
- Office supplies
- Orders
- … More data …
When an user types in the “O”, the row with ID “Office supplies” should be selected. When the user types an “r” after that, the “Orders” row should be selected.
My question actually is: is there an out of the box solution for this, or do I have to create something custom?
There is no “out of the box” functionality to do this, you have to create your own.
I suggest:
so this is not that complicated, but it requires some coding and most of all, this might turn into a performance nightmare if you have huge dataSets.