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,
You can hide all summaries via setting
ultraGrid1.DisplayLayout.Override.SummaryDisplayArea = SummaryDisplayAreas.None;
Let me know if you need further assistance regarding this matter.
Ok thanks... it working....
I have another query???
here i attached a one Screenshot.. i need to show sum of all product in a textbox control no need to show in grand summery..
Yes, it is possible and I already showed you how to place drop down list in UltraGrid cell and standalone as well. Could you be more specific about what kind of list you would like to implement? Why the value list approach within UltraGrid cell does not match your requirement? Have you looked at our blog post about best practices for placing drop down list in UltraGrid cell?
hi Ivaylo Petrov
Ya Iam understand but i need a list in ultragrid textbox instead of combobox.. Is anything possible in ultragrid view......
Based on your screenshot, I understand that you need standalone drop down control with autocomplete mode. The one you are looking for is UltraComboEditor. It has ValueList property as data source and AutoCompleteMode property to change the behavior when the user types in the text field. For further reference, see the attached sample.