Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2116
Is there a way to get the Xamdatagrid to act like a combobox during keyboard input...
posted

Such that it it scrolls your records to the first record of the keyboard entry.  For example, the user clicks the A key and all records starting with A scroll into view.

  • 69686
    posted

    Hello,

    This requirement is a little bit vague. The records cannot start with a letter. The record is an object with cells, which can hold text content. So I am guessing that you want the XamDataGrid to filter according to some input and for a specific Field (column). If this is so, you can use the RecordFiltering feature of the XamDataGrid which does exactly the same. You can find examples of this in the XamFeatureBrowser, which is installed with our product.