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 Reply Children