Upgrading to UltaGrid Version 14.1.20141.2059, all cells that are drop down lists show the arrow as really distorted when the cursor hovers over it and when clicking it to display the list. Arrow looks normal when the cell is not active.
What needs to be done to correct this?
Ron
Hello Ron,
It's possible that a style property or file is causing this behavior unintentionally. Are you using AppStyling (eg. referencing an ISL style library)?
I wasn't able to reproduce this behavior with the default settings of the UltraGrid. I attached a sample that I would like for you to modify so that it reproduces the behavior. Please zip up any attachments to this case prior, thanks.
Let me know if you have any questions regarding this matter.
Yes, an ISK file is being used. See the grid from the AppStylist. Is it a HotTrack setting?
Sorry, typo. I meant ISL file not ISK
Would you mind attaching the ISL file or modifying my sample to include it so I can take a look at what might be causing this behavior?
Attached the ISL file. I added the trailing '.txt 'to get it to upload. Not sure if that will work.
The DropDownButton UIRole had an image set to the HotTracked state which was causing this behavior. I removed it and zipped/attached the updated ISL file to this case. After which the dropdown appeared as it would by default.
I recommend finding where the image is was being applied. You can find it by either hovering over the UltraCombo's arrow in the canvas area under Grid, and pressing 1 to enter the ComboDropDownButton role. This role a child of DropDownButton. Alternevely you can access this role by using the tree in the left nav of AppStylist.
UIRoles > Button > DropDownButton > HotTracked (bottom pane)
Let me know if you have any questions.
That corrected it. Thanks for your help.