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
Hi Amy,
I've never heard of that error message before. Can you post a small sample project demonstrating the error so I can check it out?
Or, if that's not possible, posting the entire call stack of the exception might help.
Hi Mike ,
it is pretty easy to produce. I can't send dev solution, since it is too big. I attached a test project to demo the problem.
To use the example, please create a database in your Sql server, the database name is test. I attached the table creation and insert scripts. If you set the GridView MultipleSelect to false, the exception will occur.
BTW, how can I get the selected radio button value?
Thanks!Amy
Amy,
I have logged this as a development issue.