Hi.
I'm using RadListbox with ItemTemplate property just as the sample in this link http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/templates/defaultcs.aspx
Everything is working fine in IE but I have a problem in Firefox. If I pass my mouse over an item, it does not do something. So if I just leave the code like this:
and if I check Firefox javascript console: It shows that Sys.InvalidOperationException:Could not find dnn_ctr405_wuc_Pagos_RadListBox2
If I delete AllowTransefer and TransferToID properties, it displays the mouseover effect.
Telerik version I am using is 2010.2.713.35
Thank you and I hope to hear back from you soon.
Regards,
Gerardo
I'm using RadListbox with ItemTemplate property just as the sample in this link http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/templates/defaultcs.aspx
Everything is working fine in IE but I have a problem in Firefox. If I pass my mouse over an item, it does not do something. So if I just leave the code like this:
<telerik:RadListBox ID="RadListBox1" runat="server" AutoPostBackOnTransfer="true" Height="200px" Width="215px" SelectionMode="Multiple" DataValueField="IdTarjeta" Localization-ToLeft="Quitar forma de pago" Localization-ToRight="Agregar forma de pago" AllowTransfer="true" TransferToID="RadListBox2">and if I check Firefox javascript console: It shows that Sys.InvalidOperationException:Could not find dnn_ctr405_wuc_Pagos_RadListBox2
If I delete AllowTransefer and TransferToID properties, it displays the mouseover effect.
Telerik version I am using is 2010.2.713.35
Thank you and I hope to hear back from you soon.
Regards,
Gerardo