Hi,
i have one combobox i.e.
<telerik:RadComboBox ID="Fund" runat="server"
DataSourceID="Source" DataTextField="Code" DataValueField="Currency"
Width="55px" Skin="Outlook" OnClientSelectedIndexChanged="OnClientSelectedIndexChanged1" SelectedValue='<%# Bind("Fund") %>'
BorderWidth="1px">
</telerik:RadComboBox>
now the dropdown is populating with 3 values on page load.e.g 1 , 2 and 3
whenever i am selecting 1 and 2 it is ok but when selecting 3 it automatically takes 1.
strange problem but i dont have any clue why this is happening.
but if replace DataValueField = "currency" with DataValueField="code" then it is working absolutely fine.
please help me as i dont have any clue why it is behaving like so.
waiting for reply.
thanks in advance.