SmartClient Version: v8.3p_2013-01-22/LGPL Development Only (built 2013-01-22)
FF 17.0.3 ESR
GWT 2.5
Windows 7
Executed test in FF 17.0.3 ESR browser itself
---
In a followup to my question from yesterday, is it possible to have the DataSource ignore null values from the ingested JSON? I have fields that may define the value null, which is interpreted as an empty String. The end result is a databound ComboBoxItem with empty entries/blank rows. Do I need to override transformResponse?
FF 17.0.3 ESR
GWT 2.5
Windows 7
Executed test in FF 17.0.3 ESR browser itself
---
In a followup to my question from yesterday, is it possible to have the DataSource ignore null values from the ingested JSON? I have fields that may define the value null, which is interpreted as an empty String. The end result is a databound ComboBoxItem with empty entries/blank rows. Do I need to override transformResponse?
Comment