Hi,
We are planning to use UltraGrid. Before that I wanted to know whether the below requested feature can be got in UltraGrid.
Feature I want is:
I want an AutoSuggest feature for one of the columns of UltraGrid.
Example:
Assume that my datasource contains the following names: Abc, Abcd, Bangalore, Bengule, Delhi, Dear.
This source will be bound to one of the columns of the grid. Now when user types B on that column it should all the names starting with B in the dropdown as a listview [in the way it shows in UltraDropDown control]. Can we achieve this feature in this UltraGrid? If so how??
Thanks in advance,
Dev
Hello ,
What you could do is to use UltraComboEditor as editor component of the column, which should support AutoComplete. Please see attached sample.
Please let me know if you have any further questions.