Author Topic: Select list does not keep new values when moving to a different cell  (Read 3204 times)

jax

  • Newbie
  • *
  • Posts: 16
    • View Profile
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'];

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Select list does not keep new values when moving to a different cell
« Reply #1 on: June 24, 2014, 11:14:02 am »
refer ShipVia column in this demo http://paramquery.com/pro/demos/editing_custom