I have a grid in which one column is comboBox. Value in store of this comboBox is "Yes and "No". I want to keep it empty for that I deleting the value and saving the data. But After saving the data when grid is reloading the combo value is coming as "yes", though it should come as empty.
So my question is how to send empty data to combo store.