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
You don't need an editor for this. All you have to do is set the AutoSuggestMode property on the column (assuming the column already has a dropdown list like UltraDropDown attached).
Are there the way to allow 1 column enable auto-complete, and then when user select a result, other properties of that object would auto-fill to other columns.
Please give me the way. Thanks.