My slickgrid has editable columns. One of the columns is a custom column because I want to display and edit the name of that object. In order to edit that name I needed a custom select. In order to display the data in grid correctly I set on grid options dataItemColumnValueExtractor, so data is displayed correctly, but the problem is when I edit that column or I add a new row, the value selected from the select is not displayed on grid. Please see below the code:My slickgrid has editable columns. One of the c