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
315
UltraComboEditor slow when item not in list
posted
When using an UltraComboEditor as a editor for a cell in an ultragrid the ultracomboeditor performs really slow when an entry is entered that is not in the least. For example in the sample application enter "mike" and it becomes almost unusable. Try hitting the dropdown when an entry is made that isn't in the list the grid pretty much hangs for several seconds. I'm guessing it's because when an item isn't in the list the control is trying to stash a string into the behind the scenes ID (Long?) column of the data cell rather than inserting a null value as the item isn't in the list? Is there a way around this? I've attached a sample. Maybe I'm doing something wrong. I can't see what though, this should be possible without the lag as it is quite common for people to type invalid entries in. We can validate that, it's the lag issue that is of concern. This has been happening over the last several versions, but I've just tested it in the latest 14.2 release of Win Forms and the problem persists.
WindowsFormsApplication2.zip