Hi,
I have problem to change an UltarGrid AutoSuggestFilterMode property to StartWith or Contains in adropdown column, the AutoCompleteMode property is set to SuggestAppend.
When i change the AutoSuggestFilterMode property in the UltraGrid designer window and save it so the save action don't save the AutoSuggestFilterMode property value. When i open it again i see the old value that is Default.
I try to change it in run time but it didn't take any effect on the search.
Is it possible to set the UltraGrid AutoSuggestFilterMode property to Contains in acolumn that bound to UltraDropDown ?
Thank you.
Hello boriska11,
I tried this and I do not get such behavior(please see the attachment and test it out). Please, also take a look at the following links and especially at the remarks section, it contains information about your scenario which I think could help you:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v12.1~Infragistics.Win.UltraWinGrid.UltraGridColumn~AutoSuggestFilterMode.html
Please do not hesitate to contact me if you need any additional assistance.
Hi Boris
Thank you for your response.
I tried to run your sample project, I changed the references to our version Infragistics v10.1, i run it and it doesn't worked. The search didn't work at all in our version.
May be it doesn't support in our version ?