Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
UltraOptionSet not visible in UltraWinGrid
posted

I have an UltraWinGrid with a UltraOptionSet control set as the EditorControl of one of the columns. The control paints as expected at runtime on my machine, but when the solution is compiled my clients do not see the UltraOptionSet in the grid. The control is actually there though, because when they click "Next" in the application I have code that runs based on which option is selected. The selected option is the default option, however it is simply not visible in the grid to be selected. I tried the solution proposed here: http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7704, but I couldn't ever get the event to trigger. Have you seen this before and/or know how to resolve it?

The first example below is an example of how it is supposed to look, and how it looks when I run from my development machine. The 2nd is how it looks when the clients run the same application from theirs.

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    Are you using Application Styling?

    One thing that I noticed right away is that on your machine, the form title bar is using glass, and on the customer's machine, it is not. So this leads me to think that your customer might be on a different Operating system and perhaps the option sets is displaying using Themes on your machine, but the customer's machine doesn't support themes and the isl file you are using has some weird settings for the option set glyphs when they are not themed.

Reply Children