Hi,
I have code similar to this:
http://dojo.telerik.com/OfiMU/7
I want to bind the dropdownlist to a nullable field on the model. The user should be able to select a value from the list or the select the first optionLabel in order to put the value back to null. So I added the k-option-label with a value field of null, however when selecting this value in the drop down the model is set to the empty string. This is a problem as when saved to the database it causes a foreign key exception. How do I set up the dropDownList to allow it to bind to nullable properties on the model?
Thanks