How to avoid that the selected item in a combobox cell gets cleared when the user presses DELETE?
Override OnDeleteCell and return FALSE to prevent cells being cleared out. Please note that there was a problem with OG 5.0 and OnDeleteCell was not called. This is fixed in version 6.0.