Hello. I just upgrade my project from sp1 to sp2 (2008.1.619.20)
I'm using the combobox inside a detail view.
The binded selected value doesn't appear under ie6 but is correct under firefox 2.
It was working fine before the upgrade.
The only change made is the reference to the new telerik ddl.
Thanks, MBus
I'm using the combobox inside a detail view.
The binded selected value doesn't appear under ie6 but is correct under firefox 2.
It was working fine before the upgrade.
The only change made is the reference to the new telerik ddl.
Thanks, MBus
<
asp:TemplateField HeaderText="<%$ Resources:langue, NomTypeVehicule %>" HeaderStyle-CssClass="ChampObligatoire">
<EditItemTemplate>
<telerik:RadComboBox ID="lstTypeVehicule" runat="server" SelectedValue='<%# bind("id_typ_veh") %>' Width="450" DataSourceID="odsTypeVehicule" AllowCustomText="false" AppendDataBoundItems="true" DataTextField="nom_typ_veh" DataValueField="id_typ_veh" Skin="Outlook" MarkFirstMatch="true">
<Items><telerik:RadComboBoxItem Text="<%$ Resources:langue, Choisir %>" runat="server" /></Items></telerik:RadComboBox>