Following scenario:Grid with UltraCombo as Valuelist bounded to a column and RowTemplate.
All works fine but I can't change the size of the font in the dropdown-area.
I tried alraedy to set the size cboDirection.Appearance.FontData.SizeInPoints, but this insn't working.
BTW: How to avoid displaying the scrollbars?
Any idea?
Hello,
Thank you for the update. We recommend to use UltraComboEditor to place inside the UltraGrid.
You can refer to this online help document for more info:
https://ko.infragistics.com/help/winforms/wingrid-using-wincomboeditor-inside-wingrid
Thanks for the sample.
In the past we used an UltraCombo not an UltraComboEditor, so the Ultracombo is bind to ultragrid1.ValueList.This worked fine over the years. If we use the UltraCombo in a Form it works like expected.
Anyway, I re-write my code to use the UltraComboEditor and it works, BUT only, if i add the Editor as a Control to the form --> Me.Controls.Add(cboDirection, then it shows the dropdownlist.
If I don't do, the dropdown is emtpy.
Very strange, but for now it works.
Thanks
Hello Wolfgang,
Thank you for your post.I followed the instruction you provided and setup a sample of
UltraGrid with UltraCombo as Valuelist bounded to a column. And when I open the combo I don’t see font difference the way you shown in the image. They have the same font.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using version 20.2.20202.14.
If the project does show the product feature working correctly, this indicates a possible problem in the code of your application.
It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Please let me know if I can provide any further assistance.
Regards,Divya Jain
8357.Sample.zip