google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

ComboBox programmatically selected #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Combo box programmatically selected doesn't not show up in store 
getModifiedRecords.

What steps will reproduce the problem?
1. Create grid with column that has a combo box editor
2. Create a record in the grid
3. Set the value of the combo box programmatically:
      Store store = grid.getStore();
      store.getById(id).set(field,value);

What is the expected output? What do you see instead?
The field should be returned in store.getModifiedRecords.  This works when 
programmatically setting value for TextField.

What version of the product are you using? On what operating system?
0.9.1, windows.

Original issue reported on code.google.com by martin.g...@gmail.com on 10 Sep 2007 at 3:09