2013-07-16 3 views

Antwort

6

Ich fand die Antwort in einer der Vorlagen in ng-grid.js. Mir fehlte ng-input = "COL_FIELD"

<select ng-cell-input ng-class="'colt' + $index" ng-input="COL_FIELD" ng-model="COL_FIELD"> 
     <option>nl</option> 
     <option>fr</option> 
     <option>en</option> 
    </select> 
+3

Dank deiner Antwort habe ich ein ähnliches Problem gelöst. Die offizielle ng-Grid-Dokumentation [http://angular-ui.github.io/ng-grid/] spezifiziert nicht das Attribut ** ng-model = "COL_FIELD" ** für das Standard-editableCellTemplate, während es benötigt wird. – AardVark71

+0

It Funktioniert nicht in IE, hast du irgendeine Arbeitsrunde? Vielen Dank! –

Verwandte Themen