When autobind is set to true and the data source has null data the drop down defaults to displaying list item 0 as selected and sets the value for the model to null.
This should not be the case! Instead it should not display any item as selected. It doesn't make sense that what the user sees and the value of the model are different.
Is there a way around this?
This should not be the case! Instead it should not display any item as selected. It doesn't make sense that what the user sees and the value of the model are different.
Is there a way around this?