Hi,
We would like to have some cells returning a drop down list when user starts to typing. Just like google search, when you type g, it will return some popular search keywords begin with g. In our case we will probably have a hashtable storing data behind. Just wondering what control/property can we use to achieve this.
Thanks,
Xiaojun
Hi Xiaojun,
Here's a KB article that will help: HOWTO:What is the best way to place a DropDown list in a grid cell?
Once you have a dropdown list in the cell, you will want to use the AutoCompleteMode property on the column to get the behavior you are describing here.