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.
I'm still not sure I understand you. But if the second letter the user types is appended to the end of the word, then it sounds like you are trying to have a dropdown list in a column where CellMultiLine is set to true. Due to some inconsistent behavior with the Inbox TextBox control events, these two features are mutually incompatible.If CellMultiLine is on, then the AutoComplete functionality cannot work properly beyond one letter.