Hi,
We use GWT 2.8.1 with SmartGWT 6.1.
We have a requirement in which we need an editor on a text field of a ListGrid.
In that editor, we have a grid with multi select columns(3 columns : ID - acts as option value/code&description - As Option display text).
The requirement is that as soon as user selects some values from drop down, the corresponding code value should be shown in the ListGrid fields as comma seperated string.
Currently the field displays the value as comma seperated IDs of the selected list grid rows, which comes out from a summaryFunction.
We can make code field as option/display value for the multi select drop down editor but the code column is not unique.
Therefore we will not be able to select the corresponding row again in the editor or show the selected values as per the unique values.
Is there any way so that we can achieve the showing display value as code and handling the selection logic in the grid through row IDs ?
Thanks ,
Sidharth
We use GWT 2.8.1 with SmartGWT 6.1.
We have a requirement in which we need an editor on a text field of a ListGrid.
In that editor, we have a grid with multi select columns(3 columns : ID - acts as option value/code&description - As Option display text).
The requirement is that as soon as user selects some values from drop down, the corresponding code value should be shown in the ListGrid fields as comma seperated string.
Currently the field displays the value as comma seperated IDs of the selected list grid rows, which comes out from a summaryFunction.
We can make code field as option/display value for the multi select drop down editor but the code column is not unique.
Therefore we will not be able to select the corresponding row again in the editor or show the selected values as per the unique values.
Is there any way so that we can achieve the showing display value as code and handling the selection logic in the grid through row IDs ?
Thanks ,
Sidharth
Comment