When i populate the ultrawingrid column with ultra combo using valuelist,then in the text i want when i enter 1st letter in combo it filter the record accordingly.but when i press the 2nd letter it doesnt filtter the record .i want text enter should be allowed in the combo.how is it possible?
Do you want the user to be able to type into the cell something that is not on the list? If not, then you probably need to set the Style of the grid colun to DropDownList.
You may or may not need to set the AutoComplete or AutoCompleteMode (depending on your version of the controls) on the column, as well.