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

Refer Telerik dll in .HTML Page

3 Answers 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
crazy05
Top achievements
Rank 1
crazy05 asked on 16 Sep 2014, 08:34 PM
Hello,

My application is MVC. I have "Popup.Html" page in views along with "Popup.cshtml". I want to use combobox in the below link in my "popup.html" page.

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx

How can I refer Telerik in .html page ?

How can I work with combobox in this page ?

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Sep 2014, 08:59 AM
Hello Ram,

You can use a Kendo UI ComboBox inside an HTML page, if you initialize it on the client with Javascript.

http://demos.telerik.com/kendo-ui/combobox/index

http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox

Theoretically, it may be possible to force the web server to pass static .html files to the ASP.NET handler, but in my opinion, this is a little over the top.

http://stackoverflow.com/questions/9925346/get-net-to-handle-all-requests-in-iis7

Regards,
Dimo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
crazy05
Top achievements
Rank 1
answered on 17 Sep 2014, 01:21 PM
[quote]Dimo said:Hello Ram,

You can use a Kendo UI ComboBox inside an HTML page, if you initialize it on the client with Javascript.

http://demos.telerik.com/kendo-ui/combobox/index

http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox

Theoretically, it may be possible to force the web server to pass static .html files to the ASP.NET handler, but in my opinion, this is a little over the top.

http://stackoverflow.com/questions/9925346/get-net-to-handle-all-requests-in-iis7

Regards,
Dimo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
[/quote]

Hello,

Very helpful post. Thank you

My question is, in Jquery while creating combobox for input, you give datasource.

How can I give AngularJS datasource in place of hard coding ?
0
Dimo
Telerik team
answered on 19 Sep 2014, 08:47 AM
Hello Ram,

You can see how to provide a remote dataSource to a ComboBox, while using Angular, in our demos.

http://demos.telerik.com/kendo-ui/combobox/angular

Regards,
Dimo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
crazy05
Top achievements
Rank 1
Answers by
Dimo
Telerik team
crazy05
Top achievements
Rank 1
Share this question
or