ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: jax on June 23, 2014, 09:56:35 am
-
When I change the selection of a select list and tab away or change cells, the selected value is lost and cell displays the original value. Any ideas why this is happening and how to correct? Here is the column and a few drop down values for the editor
var colM = [
{
title: 'Facility', width: 100, dataType: 'string',
editor: {
type: 'select',
options: FacilityName
},
render: function (ui) {
return ui.rowData['Facility']['Name'];
}
},
var FacilityName = ['random', 'acts'];
-
refer ShipVia column in this demo http://paramquery.com/pro/demos/editing_custom