Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why should i use telerik radcontrols over visual studio built-in controls? [closed]

why should i use telerik radcontrols over visual studio built-in controls. Basically i want to know the pros and cons of telerik controls. I am new in telerik. I really get very less time for learn something new. So is it worthwhile to choose telerik over other new technologies.

like image 884
Vikash Singh Avatar asked Sep 24 '13 12:09

Vikash Singh


People also ask

What are Telerik controls and why do we require them?

Theming - Telerik controls enable you to use a single property to apply any of the 20 ready-to-use built-in themes, including an innovative mobile skin. You create a consistence look for your apps, while saving design and front-end development time.

What is Telerik Radcontrols?

Telerik provides a ultimate toolbox for developers which includes Web UI Controls, Desktop UI Controls, Mobile UI Controls, VisualStudio Productivity Tools HTML5/JavaScript widgets, Data tools, Functional testing and Unit Testing.

How do I get Telerik toolbox controls?

Right-click the Toolbox in the empty area underneath and choose Add Tab to create a new tab. Name the tab "Telerik UI for WinForms". Right-click in the empty space of the newly created tab and select Choose Items. A dialog will open, which lists all available controls from the assemblies in the GAC.


2 Answers

We use Telerik a lot, togheter with the standard set of controls.

Pros

  • Prevents you from reinventing the wheel. For example, RadScheduleView and their charts are powerful, if you need them.
  • Tons of controls, for almost any need
  • Look and feel-consistency
  • The huge library of demos and examples provide a solid base when you want to rapidly do or test something
  • Extensive documentation
  • Great support from the staff and community on their forums
  • Widely used - almost every issue encountered has an answer
  • Quite good MVVM-support

Cons

  • Some controls are sub par performance wise, but it has gotten better over the last few years
  • You probably wont use most controls
  • Your application tends to get rather large (even with optimizations)
  • The learning curve for some of the most useful controls can be steep, depending on the experience you have
  • Customization of some of the controls is cumbersome
  • Some controls don't offer much above the standard ones

My tip is to find out what you want to do, and check if they have a control that seems to make the cut - and try it!

like image 61
Alexander Avatar answered Oct 03 '22 22:10

Alexander


Advantages:

  1. By using this control our lots of coding is reduced. For ex:- Telrik Grid automatically handled Pagging,Filter,Sorting...etc. So, we can reduced development time.

  2. Using telerik style builder, we can easily create our custom theme to match our site theme.

  3. Any .net developer get good hand on this control in very short time.

  4. We can get easily support from telerik team, telerik mvp and telerik users.

  5. In trail demo all the features is available, so we can implement this controls in our page and check the how it looks and match our requirement.

  6. Demos and documents available in live. If internet is not available in our system then we can also install this demo in our system and we can check it offline.

  7. The number of control is very high so after buying this control we do not need to buy any other control.

  8. In-addition its controls also provide client side events and api.

like image 21
Jayesh Goyani Avatar answered Oct 03 '22 21:10

Jayesh Goyani