SmartGWT Version: 8.2/LGPL Development Only (built 2011-12-05)
IE9, GWT 2.4, Dev Mode
When using setOptionDataSource (in this example, on a ComboBox) together with setAutoFetchData, any edited values disappear when editing another column in the same row.
Let me break it down:
- there is a listgrid with two columns, both of which have a combobox editor
- the comboboxes have setOptionDataSource set to the datasource where it should get values
- the comboboxes have setAutoFetchData set to true so that we don't need to click twice to edit
Steps to replicate:
1) edit the first column
2) exit the editor
3) try to edit the second column
4) observe that the value from the first column has been erased and lost completely
When un-setting setAutoFetchData, behavior works as expected.
I've attached a standalone test case demonstrating the issue.
Thanks,
Brian
IE9, GWT 2.4, Dev Mode
When using setOptionDataSource (in this example, on a ComboBox) together with setAutoFetchData, any edited values disappear when editing another column in the same row.
Let me break it down:
- there is a listgrid with two columns, both of which have a combobox editor
- the comboboxes have setOptionDataSource set to the datasource where it should get values
- the comboboxes have setAutoFetchData set to true so that we don't need to click twice to edit
Steps to replicate:
1) edit the first column
2) exit the editor
3) try to edit the second column
4) observe that the value from the first column has been erased and lost completely
When un-setting setAutoFetchData, behavior works as expected.
I've attached a standalone test case demonstrating the issue.
Thanks,
Brian
Comment