The goal is to change the values shown in the SelectItem of the listgrid filter after the listgrid is initialized.
Hi, I tried lot of ways to do that.
-Setting the listGridField valueMap
-Assigning a custom SelectItem to the optionType of the grid, changing the values via the setValueMap.
-Using a datasource associated to the filter (client only and server DS using json).
-Forcing a list.redraw() after previous options.
The listgrid is just showing the values in the filter loaded prior to the grid initialization.
Is there any way to do that?
Using smartgwt 3.0 and gwt 2.4.0 (firefox and chrome latest updates)
Thanks!
Hi, I tried lot of ways to do that.
-Setting the listGridField valueMap
-Assigning a custom SelectItem to the optionType of the grid, changing the values via the setValueMap.
-Using a datasource associated to the filter (client only and server DS using json).
-Forcing a list.redraw() after previous options.
The listgrid is just showing the values in the filter loaded prior to the grid initialization.
Is there any way to do that?
Using smartgwt 3.0 and gwt 2.4.0 (firefox and chrome latest updates)
Thanks!