Hi,Can ultracombo match all columns more than display member column?
if Can not, and how to do this?
Thanks!
So, just to make sure I understand you... you want the auto suggest to match all of the columns in the dropdown, not just the DisplayMember column?
There's currently no way to do this. You could Submit a Feature Request and maybe this could be added in a future version.
Hello,
You don't understand me.what I want is AutoSuggestFilter Can be applying to all columns but Sum of column.
For example,there are tow columns in the ultracombo,When ultracombo's text is changing,the ultracombo can filter the row that displaymember column contain the text of ultracombo.now I want to filter the row that all columns contain the text of ultracombo. Thank you!
Hello ,
What you could do is to use UltraClackManager in order to sum the values of your columns into the unbound column. More information about UltraClackManager you will find on the following link:
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/Using_WinCalcManager_with_WinGrid.html
Also I have created simple sample in order to demonstrate you this approach.
I hope that this will helps you.
Hello Boris,
Thanks for your reply.
But I want to show one column text in the ultracombo after selected but sum of all columns.
What can I do? Can I overwrite the Function of Matching?
Hello tidge,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.