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
1150
setting valueKey of igCombo as editor clears text in edit mode
posted

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.

  • 1150
    Verified Answer
    posted

    For some reason, setting AllowCustomValue(true) when setting up the combo editor in the MVC razor view solves this issue.