This is a migrated thread and some comments may be shown as answers.

RadCombobox On Load issue with Item Template

2 Answers 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Salim
Top achievements
Rank 1
Salim asked on 02 Nov 2015, 07:05 PM

Hi, 

I'm following this demo : 

http://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultvb.aspx

 

My binding is correct but the item template table is always showing "Loading..." without displaying any result no matter what. 

Even If I remove the table inside inside ItemTemplate 

  <ItemTemplate>
                        </ItemTemplate>​

 

I always get "Loading..."

I'm using Telerik version 2014.1.225.35

 

Any help please ?

Thanks

2 Answers, 1 is accepted

Sort by
0
Salim
Top achievements
Rank 1
answered on 02 Nov 2015, 08:09 PM

I debug will show me this html on the page : 

       <table style="width: 410px" cellspacing="0" cellpadding="0">

                                <tr>

                                    <td style="width: 160px;">

                                        ​Alice Mutton

                                     </td>

                                    <td style="width: 160px;">

                                        ​0

                                    </td>

                                    <td style="width: 80px;">

                                        ​39

                                    </td>

                                </tr>

                            </table>

                        </li>_$$__$$_False_$$_​Alice Mutton

0
Ivan Danchev
Telerik team
answered on 05 Nov 2015, 03:19 PM
Hello,

Please, find attached the isolated demo. I tested it with controls version 2014.1.225 and it was working correctly at my end. I did not include them in order not to exceed the maximum allowed attachment size so you will need to add them to the project's bin folder.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
Salim
Top achievements
Rank 1
Answers by
Salim
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or