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.
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.
Thanks for your valuable reply,
Can you please tell me a example code