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

Using kendo inside ASP Content Holder

2 Answers 89 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Paulie
Top achievements
Rank 1
Paulie asked on 12 Jan 2012, 07:49 PM
I have the demo kendo auto complete working in a stand-along aspx page and html page.  

When I try code the same demo in a project using asp Site.Master page, then placing the code in 

<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"></asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"></asp:Content> 

it does not work.  The page reacts, but the results are not displayed.  

I has was able to duplicate this behavior when pacing the working kendo auto-complete demo  inside a telerik:raddock

<telerik:RadDock ID="RadDock1" runat="server" Title="Test1" Width="250px" >
                            <ContentTemplate>
                                <!--#include file="test1.htm"-->
                            </ContentTemplate>
 </telerik:RadDock>

Is there some issue getting Kendo to work inside ASP Content Holders or is there something else I'm likely missing?  I did try loading the CSS and JS files in the Master, as well as then trying in the Content Header.

2 Answers, 1 is accepted

Sort by
0
Paulie
Top achievements
Rank 1
answered on 12 Jan 2012, 11:48 PM
Seems to me to be a CSS issue when working within the Content Holder.  I've been able to get it to work on and off in the RadDock control, but I can't consistently point to the actually working setup.  I think the page blink is the control trying to show the drop-down with the results, but the drop-down results don't display, it just blinks.  
0
Paulie
Top achievements
Rank 1
answered on 12 Jan 2012, 11:58 PM
The same code actually works fine in FireFox and Chrome, but it's IE8 that is having the issue.  Is it possible that the Telerik tools and Kendo use some of the same CSS naming and IE8 is not resolving that correctly.

With FireFox and Chrome it works fine with both the Telerik RadDoc and with ASP Master Page/Content.  
Tags
AutoComplete
Asked by
Paulie
Top achievements
Rank 1
Answers by
Paulie
Top achievements
Rank 1
Share this question
or