When I disable the comboboxes in the ribbon control (UltraToolbarsManager) then the border around the dropdown is not displayed:
Active ComboBoxTools look like this:
Inactive one look like this:
Is there a setting I am missing here?
I have tried this on the ribbon sample and it does not display missing borders when inactive.
Hello Tom,
This behavior has been fixed in the latest service release available for NetAdvantage for Windows Forms 2010 vol.3 and up.
In order to verify the behavior of your application against it please download the service release by log in to ‘My IG’ and selecting ‘My Keys & Downloads’. Select the appropriate tab for this product, then the license key. The available service releases should now be listed on the page.
Please let me know if I can provide any further assistance.
Hello,
I was going to ask the same question since I've run into the same problem.
Can you please let me know the progress of this case and what the outcome was.
Kinds regards,
Tom.
I have created case for you based on your description. The case number is : CAS-65490-F90MNR
If you have any questions please feel free to ask here in the forum or through your case.
I was able to reproduce the mentioned behavior.
I will contact with our Development team and I will update you after that.
If you have any other questions please do not hesitate to ask.
Seems to be connected to using
ultraToolbarsManager1.Style =
ToolbarStyle.Office2010
If I use Office2007 then the borders appear as expected
Using the Office2010 style I can reproduce this in the Infragistics ribbon sample