I have a UltraOptionSetEditorColumn inside a DataGridView. The ValueListitem for the UltraOptionSetEditorColumn has 3 posibble vaules. The UltraOptionSetEditorColumn looks OK, but when I tried to click on the UltraOptionSetEditorColumn cell, I got an error: Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore function.
I can't find any example about UltraOptionSetEditorColumn . if I use UltraComboEditorColumn, everything works fine, but the user wants the radioButton look.
Please help!
Thanks!
Amy
Hello Amy,
I believe that this topic has already been discussed in the following forum thread: http://community.infragistics.com/forums/t/50585.aspx.
Please do not hesitate to contact us if you need any additional assistance.
How can I get the selected radio button value from UltraOptionSetEditorColumn? When I clciked diffrent RadioButton, the changed value does NOT bound back.
Help please!
The error occurs when MultiSelect is False. if it is true, it is OK