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.
Hi, Jake
Can you post here or email your code directly to me how you did this?
I have an UltraWinGrid with a UltraOptionSet (with 3 radio buttons) control set as the EditorControl of one of the columns. But if I select one radio button of a row, all the radio buttons in other rows are deselected too.
I don't want this.
I need to only deselect the other 2 radio buttons of the same row, not the ones in other rows.
Thanks.