Is deep binding supported on the combo box as it is in some of the other controls?
ie.
rcbCusts.DataTextField = "Customer.Name";
rcbCusts.DataValueField = "Customer.Id";
I assume since it blows up on my databind it is not possible, but I wanted to make sure since I could not find anything on it...
~james
ie.
rcbCusts.DataTextField = "Customer.Name";
rcbCusts.DataValueField = "Customer.Id";
I assume since it blows up on my databind it is not possible, but I wanted to make sure since I could not find anything on it...
~james