Hi, I have a jqxGrid with a jqxComboBox in one column. In the comboBox I have a value specified for the displayMember and a value specified for the valueMember field but the jqxGrid seems to only want to take what is in the valueMember field when the cell loses focus. I have even tried setting the value of the comboBox to the displayMember field in the jqxGrid’s cellendedit event, but somehow the valueMember field is displayed. Is there a place where I can look at what the jqxComboxBox is passing back as the value of the cell to the jqxGrid? Or the custom cell rendering api for jqxGrid?
I apologize but I cannot give any code because the code is considered proprietary.