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.
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.