Hi,
In a data-bound select list, which uses an integer id for the value, the displayed value is 0 when the user has not selected a value yet.
Is it possible to force display of a blank when the value is zero?
I don't want to have to add {id:0, display:""} records to all my bound data tables to handle this situation.
I was hoping I could manually add {id:0, display:""} to each select list that needs one, and then data-bind also.
In the .NET world they call it "append databound items".
Thanks,
Mike
SmartClient Version: SC_SNAPSHOT-2011-01-05/LGPL Deployment (built 2011-01-05)
In a data-bound select list, which uses an integer id for the value, the displayed value is 0 when the user has not selected a value yet.
Is it possible to force display of a blank when the value is zero?
I don't want to have to add {id:0, display:""} records to all my bound data tables to handle this situation.
I was hoping I could manually add {id:0, display:""} to each select list that needs one, and then data-bind also.
In the .NET world they call it "append databound items".
Thanks,
Mike
SmartClient Version: SC_SNAPSHOT-2011-01-05/LGPL Deployment (built 2011-01-05)
Comment