Hi,
I noticed that on entering edit mode, when I set only the TextKey, combo editor displays default value text, but if I set the ValueKey, the text is empty. Is there a way around to fix this ?
I noticed that the _oldCellVal property is null when this happens, I tried setting that property on editCellStarting and Started without success. I've also tried setting the selectedItems and text under options property, but that also didn't work.
For some reason, setting AllowCustomValue(true) when setting up the combo editor in the MVC razor view solves this issue.