Hi Isomorphic,
we have a problem how to filter on grid by display value instead of value key ID... We have column service which get data from DS. In DS it is done by value map ...
But, on client side we translate KEYs into user friendly display values ...
But when we want to filter by e.g. : load, load money whch are in list we got no data...
When we put there value from key ID it is working ... <value ID="LOAD_MONEY_WIRE_TRANSFER" />
Any ideas?
Thanks.
Required info:
1. SmartClient Version: v10.0p_2018-06-25/PowerEdition Deployment (built 2018-06-25) ... SmartGWT: 5.0-p20180625
2. for developing Firefox: 26.0 and directly to server: Chrome - Version 71.0.3578.98 (Official Build) (64-bit)
we have a problem how to filter on grid by display value instead of value key ID... We have column service which get data from DS. In DS it is done by value map ...
Code:
<field name="service" type="text" primaryKey="true" escapeHTML="true"> <valueMap> <value ID="LOAD_MONEY_FROM_PARENT_ACCOUNT" /> <value ID="LOAD_MONEY_POS" /> <value ID="LOAD_MONEY_P2P" /> . . . . </valueMap> </field>
But when we want to filter by e.g. : load, load money whch are in list we got no data...
When we put there value from key ID it is working ... <value ID="LOAD_MONEY_WIRE_TRANSFER" />
Any ideas?
Thanks.
Required info:
1. SmartClient Version: v10.0p_2018-06-25/PowerEdition Deployment (built 2018-06-25) ... SmartGWT: 5.0-p20180625
2. for developing Firefox: 26.0 and directly to server: Chrome - Version 71.0.3578.98 (Official Build) (64-bit)
Comment