Hi,
I am using filter builder component of smartgwt. Everything works fine except the fields where values is a list of dropdown. The dropdown pouplates with lots of blank values.I am not able to find any hook like editorcustomizer etc.
Can you please guide how can I show the data correctly and show the data according to criteria.
PFB the image with blank options for this field :
Is it possible to send a criteria to show filtered value here? Also please suggest why the options are showing as empty. I can't see anything on smartgwt console. No fetch calls.
Thanks in advance.
I am using filter builder component of smartgwt. Everything works fine except the fields where values is a list of dropdown. The dropdown pouplates with lots of blank values.I am not able to find any hook like editorcustomizer etc.
Can you please guide how can I show the data correctly and show the data according to criteria.
Code:
FilterBuilder filterBuilder = new FilterBuilder(); filterBuilder.setDataSource(myDS); In ds.xml my field is defined as : <field name="myField" type="integer" foreignKey="OtherDS.primaryKeyId" displayField="myValue" title="Hand"/>
Is it possible to send a criteria to show filtered value here? Also please suggest why the options are showing as empty. I can't see anything on smartgwt console. No fetch calls.
Thanks in advance.
Comment