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 ?
Hello Boriska11,
We are still following this forum thread.
Please do not hesitate to contact us if you still need any assistance with this matter.
Hello!
StartWith is working in our and your solution, Contains does not working in your sample too.
On this week we'r upgrade our infragistics version to 12.1 (not trial).
Boris
Hello,
When the AutoSuggestFilterMode property is set to 'Contains', the AutoCompleteMode setting of 'SuggestAppend' resolves to 'Suggest', i.e., automatic completion of the text typed in the edit portion is disabled, and the text selection is not modified.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.