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

Will Telerik Rad controls (server side controls) work with angularJS?

3 Answers 135 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
tamil
Top achievements
Rank 1
tamil asked on 17 Jun 2014, 12:33 PM
I am searching for a solutions for 2days

Is it possible to telerik rad controls inside a AngularJS Single page application? when i add a rad combo box or an rad grid. i am getting the display of the grild/combo. but non of the basic functionality working in the page

for example when i add a rad grid: pagination, sorting, grouping fix/width/height not working. But when i enable fillter in the grid the filter is working perfectly.

Any Idea why? if you need i can attach the source file.



3 Answers, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 20 Jun 2014, 10:02 AM
Hi Tamil,

Unfortunately, Telerik UI for ASP.NET AJAX does not support AngularJS. However, I would suggest using Kendo UI which are pure client-side controls which support AngualrJS.

Regards,
Antonio Stoilkov
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
Martin
Top achievements
Rank 1
answered on 23 Jun 2015, 09:21 AM

Hello everyone!

I want to pick up this issue again. I want to use an common design from Ionic/AngularJS (called sidemenu Template) for an Webpage. This is not a problem: Load the page and the scripts into the VS and it's possible to edit and work with them.
But how can I add Telerik controls to that page?

Or to break it down to the very basic question: The Java rendered design may be splitted into several files; how can I include ASP.NET & Telerik in those splitted html/aspx files ??

Any Idea how to do that?

0
Radoslav
Telerik team
answered on 25 Jun 2015, 11:05 AM
Hello Martin,

The RadControls needs to be added in an asp.net web site or web application page in order to have a valid page life cycle where our controls are initialized and rendered. Also you need to have an IIS server on a PC with installed .NET framework in order to host this web site or web application. If your scenario covers these requirement you can add our controls to the page as any other asp.net component. Write its tag in the aspx page markup or create the object in the code behind. Then depending on the control you can set different settings, bind it to the data and etc. All controls setting and behaviors can be found into our documentation:
http://docs.telerik.com/devtools/aspnet-ajax/introduction

I hope this helps.

Regards,
Radoslav
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
General Discussions
Asked by
tamil
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Martin
Top achievements
Rank 1
Radoslav
Telerik team
Share this question
or