Dear Infragistics,
Can you please help me..
I have a one scenario. I need to autocomplete mode in ultragridcell.. for example, when i enter a product code list all the product code in ultragrid cell.. can any one give a solution.
Hera below i attach a screen shot for ur ref...
I need a like that textbox in datagridview prodcode column
Hi Jayamanickam Dharmar,
You can check out the attached sample application and let me know if it makes sense to you.
Furthermore, if you would like to learn more about placing a drop down within UltraGrid see the following Infragistics blog post at http://blogs.infragistics.com/winforms/wiki/best-practices-for-placing-a-dropdown-or-combo-in-an-wingrid-cell/5.aspx
Thanks for your valuable reply,
Can you please tell me a example code
Hi Jayamanickam Dharmar
The property you have to set is the AutoSuggestMode one on the column level.
As written in our documentation, the SuggestAppend setting essentially combines the functionality extended by the 'Append' and 'Suggest' settings. The dropdown list is automatically displayed and filtered as needed, and text is appended to the edit portion to complete the typed text to match the first item with matching text. More information is located at http://help.infragistics.com/Help/Doc/WinForms/2011.2/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v11.2~Infragistics.Win.UltraWinGrid.UltraGridColumn~AutoCompleteMode.html
Let me know if you have any additional questions.