I am building a custom data grid control. The users do a lot of sorting and filtering. I want them to be able to do this with only the keyboard. Currently they can filter columns by typing in the column header. They can use symbols < > ! = to change the filter behavior to "less than", "greater than", not, and "is exactly". If they don't use a symbol it will filter down to rows that contain the string in the column. What's a good symbol that users can type on a standard en-us keyboard that would indicate that the users want to filter down to items that start with the string they type?
|
|
|||||||||
|
|
What you are describing is standard wildcard functionality, so you could append a I don't think it's a good idea to mix conventions, though. Using a Edit following comments If full wildcard functionality is not supported, either a |
|||||||||
|