Hello,
I'm using the newest Prometheus version 2007.3 1425.
Using the example from the documentation does not work.
The textfield ist not displayed in the dropdown. What do I wrong?
Thanks and kind regards,
Phil
I'm using the newest Prometheus version 2007.3 1425.
Using the example from the documentation does not work.
| <telerik:RadComboBox ID="RadComboBox2" runat="server" Height="190px" Width="350px"> |
| <ItemTemplate> |
| <table> |
| <tr> |
| <td> |
| Test |
| </td> |
| <td> |
| <%# DataBinder.Eval(Container.DataItem, "Text")%> |
| </td> |
| </tr> |
| </table> |
| </ItemTemplate> |
| <Items> |
| <telerik:RadComboBoxItem |
| Text="Winter"> |
| </telerik:RadComboBoxItem> |
| <telerik:RadComboBoxItem |
| Text="Fall"> |
| </telerik:RadComboBoxItem> |
| </Items> |
| </telerik:RadComboBox> |
The textfield ist not displayed in the dropdown. What do I wrong?
Thanks and kind regards,
Phil