I've got an inline editable grid setup with two AutoComplete fields. When something is selected in one of the AutoCompletes, I'm using some of the additional data in the dataItem to set the value of the other AutoComplete.
This is all seems to be working visually -- the appropriate value appears in the second AutoComplete when the first is selected, but on saving the row, the value of the second AutoComplete is blank.
It's not a problem with the create/update functions, as the value of the second autoComplete is saved if I actually select a value.
Can anyone explain why this is happening?
Thanks
This is all seems to be working visually -- the appropriate value appears in the second AutoComplete when the first is selected, but on saving the row, the value of the second AutoComplete is blank.
It's not a problem with the create/update functions, as the value of the second autoComplete is saved if I actually select a value.
Can anyone explain why this is happening?
Thanks