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
50
Auto Complete feature in UltraGrid
posted

 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 

Parents
No Data
Reply
  • 469350
    Offline posted

    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).

Children