Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. DevExpress or Telerik

DevExpress or Telerik

Scheduled Pinned Locked Moved The Lounge
androidcombeta-testingquestioncode-review
21 Posts 12 Posters 45 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Douglas Troy

    CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


    :..::. Douglas H. Troy ::..
    CyanogenMod for Android. Because you can.

    E Offline
    E Offline
    Ennis Ray Lynch Jr
    wrote on last edited by
    #12

    Because you want to use the Universally used Telerik grid control. Well I have a theory, all users always want Excel. If the software you are writing involves grids as the solution, it is probably never going to make anyone happy. It really is funny how grid centric a lot of big projects are, sad too. That said, Telerik Grid is fine. Just needs some intuition to interpret the documentation. Love their OnNeedsData event compared with the ASP.NET alternative. DevExpress is great for reporting, much better than Crystal and SSRS imho. So which one do you want to use depends on what you are doing. If you are just reporting and maybe want a gauge control, DevExpress wins for affordability and ease of use. If you want a grid to rule are grids to manage grids that show grids. Telerik.

    Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

    D 1 Reply Last reply
    0
    • D Douglas Troy

      CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


      :..::. Douglas H. Troy ::..
      CyanogenMod for Android. Because you can.

      S Offline
      S Offline
      Septimus Hedgehog
      wrote on last edited by
      #13

      For me, DevExpress. I believe that the SwiftPlotDiagram was implemented for our company because of the particular requirement to display multiple graphing lines in realtime. That meant not only the data and ability to scale the axes but it required fast throughput. That new type of graph then made it into the product release for everyone to use. I also recall, but can't prove it, that it took DE only two weeks or so to develop and ship to our company for testing. I joined the company about five months or so after the event. I've only used the graphing, data grid, some of the text editors and error components from what is a very comprehensive WinForms subset but they all worked very well, were quite easy to use and the support is 110% bang on the money and outstanding. Plus, their demo centre which shows everything in detail is worth paying for on its own but it's free by the way. I had used Telerik very lightly before the job I'm at now, and the only comparison I was able to make is the much hated ribbon controls. Ribbons are naff (thanks for nothing, Microsoft) but making the best of a miserable concept I'd split them 55/45 in favour of DevExpress. I can't compare anything else. DevExpress cater for just about all the bases. The ad hoc support via the DevExpress forums seemed to change for the worse in my opinion. Now, you log incidents and wait for someone in DevExpress' team to answer questions and they add them to the forums. In other words, you don't have users chiming in to threads like here. I might be wrong on the ad hoc support but they did change things quite radically a few months ago. I'm sure you can't go wrong with DevExpress or Telerik. Both come from dedicated companies. I'd be happy using either but I know and endorse DevExpress more because that's what I'm most familiar with. We also made heavy use of DevExpress' gauge controls. Those are an absolute success. I'd buy DevExpress just for those alone.

      "I do not have to forgive my enemies, I have had them all shot." — Ramón Maria Narváez (1800-68). "I don't need to shoot my enemies, I don't have any." - Me (2012).

      1 Reply Last reply
      0
      • D Douglas Troy

        CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


        :..::. Douglas H. Troy ::..
        CyanogenMod for Android. Because you can.

        J Offline
        J Offline
        Jeremy Hutchinson
        wrote on last edited by
        #14

        I've used 2 control packages for WPF - Infragistics and DevExpress. I know you didn't ask about Infradistics, but I just want to say that their WPF stuff seemed like they didn't fully understand the power of WPF binding at the start. There were some real kludges after you got passed the easy stuff. I'm actually in the process of converting a project over from Infragistics to DevExpress. I find the controls from DevExpress much more intuitive, bug the big thing that sold me on DevExpress is the support. It has been phenomenal every time I have used it. They have been quick, knowledgeable and frequently provide a demo project to show you the working code in action. I haven't used 3rd party controls for WinForms or Web development for long enough that my opinions is there are probably invalid.

        My Blog[^] Chess Tactics for WP7[^]

        S 2 Replies Last reply
        0
        • J Jeremy Hutchinson

          I've used 2 control packages for WPF - Infragistics and DevExpress. I know you didn't ask about Infradistics, but I just want to say that their WPF stuff seemed like they didn't fully understand the power of WPF binding at the start. There were some real kludges after you got passed the easy stuff. I'm actually in the process of converting a project over from Infragistics to DevExpress. I find the controls from DevExpress much more intuitive, bug the big thing that sold me on DevExpress is the support. It has been phenomenal every time I have used it. They have been quick, knowledgeable and frequently provide a demo project to show you the working code in action. I haven't used 3rd party controls for WinForms or Web development for long enough that my opinions is there are probably invalid.

          My Blog[^] Chess Tactics for WP7[^]

          S Offline
          S Offline
          Septimus Hedgehog
          wrote on last edited by
          #15

          I didn't mention that but that too was my experience. Invariably, official tickets always came back with a sample attached. Sometimes, they took my code and checked it through and made recommendations or corrections.

          "I do not have to forgive my enemies, I have had them all shot." — Ramón Maria Narváez (1800-68). "I don't need to shoot my enemies, I don't have any." - Me (2012).

          1 Reply Last reply
          0
          • E Ennis Ray Lynch Jr

            Because you want to use the Universally used Telerik grid control. Well I have a theory, all users always want Excel. If the software you are writing involves grids as the solution, it is probably never going to make anyone happy. It really is funny how grid centric a lot of big projects are, sad too. That said, Telerik Grid is fine. Just needs some intuition to interpret the documentation. Love their OnNeedsData event compared with the ASP.NET alternative. DevExpress is great for reporting, much better than Crystal and SSRS imho. So which one do you want to use depends on what you are doing. If you are just reporting and maybe want a gauge control, DevExpress wins for affordability and ease of use. If you want a grid to rule are grids to manage grids that show grids. Telerik.

            Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

            D Offline
            D Offline
            Douglas Troy
            wrote on last edited by
            #16

            I'm mainly asking because some of the guys here have limited experience with DevExpress but nothing with Telerik, and I have no experience with either, so I thought I'd ask around before we go and commit to one or the other, just to see what other devs had to say about them. As I just explained to a friend of mine that said I should just download the trials myself, while I am absolutely going to do that, sometimes it takes a good couple of months before you really find the problems/short comings, so I thought I would ask those that have already had experience using them. Thanks for the feedback Ennis, I appreciate it.


            :..::. Douglas H. Troy ::..
            CyanogenMod for Android. Because you can.

            1 Reply Last reply
            0
            • D Douglas Troy

              CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


              :..::. Douglas H. Troy ::..
              CyanogenMod for Android. Because you can.

              A Offline
              A Offline
              Andy Brummer
              wrote on last edited by
              #17

              I have used the Telerik asp.net controls. (grid, drop down, plus a few others) They helped the application cover a lot of ground quickly, however we have users all over the globe and their required javascript, css libraries, and the massive html they generated added a lot of extra overhead to our page load times. Also, I don't trust their design approach. Their controls try to handle every eventuality from the same component. For example their grid handled loading data from a wcf method on the client side, however to handle setting formatting on the server controls they generated all the html for the max number of rows regardless of how much data was displayed. Also if you changed from max 20 to max 100 results for example, the 80 extra rows didn't have proper formatting unless you did a page load. That is one of the many bugs that we submitted that they refused to fix and offered us Telerik points instead. I'd consider it a minor bug and if I was them I might not fix it myself, just because I'd go insane having to test all the potential configurations their components have to run under. If you are looking to get something out the door quickly and don't plan on straying too far from their examples they will save you time and look pretty good on top of it.

              Curvature of the Mind now with 3D

              1 Reply Last reply
              0
              • J Jeremy Hutchinson

                I've used 2 control packages for WPF - Infragistics and DevExpress. I know you didn't ask about Infradistics, but I just want to say that their WPF stuff seemed like they didn't fully understand the power of WPF binding at the start. There were some real kludges after you got passed the easy stuff. I'm actually in the process of converting a project over from Infragistics to DevExpress. I find the controls from DevExpress much more intuitive, bug the big thing that sold me on DevExpress is the support. It has been phenomenal every time I have used it. They have been quick, knowledgeable and frequently provide a demo project to show you the working code in action. I haven't used 3rd party controls for WinForms or Web development for long enough that my opinions is there are probably invalid.

                My Blog[^] Chess Tactics for WP7[^]

                S Offline
                S Offline
                Septimus Hedgehog
                wrote on last edited by
                #18

                Jeremy Hutchinson wrote:

                I've used 2 control packages for WPF - Infragistics and DevExpress.

                A previous company I was at around 2006 used Infragistics. The four of us involved were sent on a training course for five days. It was nothing less than a typing competition. Too much time was spent attempting to do minor things. I'm not berating minor objectives but the emphasis was on having to use lots of code to "get there". I'm sure it's improved a lot over the years but back at the office we deprecated the use of Infragistics and reverted to using standard DotNet controls. There was also a problem with the way some of their controls looked. It was a little like buying a car where body panels didn't quite match. Still a car and it gets you from A to B but it didn't quite look right. Like I say, I'm sure they've improved things a lot since then.

                "I do not have to forgive my enemies, I have had them all shot." — Ramón Maria Narváez (1800-68). "I don't need to shoot my enemies, I don't have any." - Me (2012).

                1 Reply Last reply
                0
                • D Douglas Troy

                  CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


                  :..::. Douglas H. Troy ::..
                  CyanogenMod for Android. Because you can.

                  B Offline
                  B Offline
                  Brad Raulston
                  wrote on last edited by
                  #19

                  I have had subscriptions to both Telerik and DevExpress. I canceled my Devexpress subscription when they touted features that were then pulled from the release. I also had issues with the Silverlight controls and Prisim which at the time was a deal breaker. I switched to the Telerik Utlimate Collection and they have great support, I suggested a feature to JustTrace to allow tracing of Silverlight OOB apps and it was implemented as an internal build in less than a week. The other thing I like is the access to internal builds, especially nice when you identify a bug and they get it resolved before the next official release. Since I have access to the full Telerik suite I have used all but the Winforms controls and for Silverlight and WPF the controls provide a consistent programming interface which allows you to focus on implementation rather than documentation. To me Telerik is heads and shoulders above DevExpress in value and support.

                  Brad

                  1 Reply Last reply
                  0
                  • D Douglas Troy

                    CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


                    :..::. Douglas H. Troy ::..
                    CyanogenMod for Android. Because you can.

                    K Offline
                    K Offline
                    Kunal Chowdhury IN
                    wrote on last edited by
                    #20

                    Hi Douglas, I tried both DevExpress, Infragistics and Telerik controls to evaluate some controls in one of my project. The project was in Silverlight, so definitely I tried the Silverlight controls for both of them. Among them I really liked the vast controls provided by Telerik. Their easy to customization steps and the support caught my eyes which I really appreciate. Infragistics is also a good component library but if you compare between them, you can easily score Telerik up. If your company is developing projects in major Microsoft Technologies like WinForm, WPF, ASP.NET, Silverlight, Windows Phone etc. you can go with the Telerik Ultimate license which will be cheap for you if you compare to individual product. You will also get quick and good response from the Telerik forum (from my experience) if you need any help as the forum is really very active. Not only this, there are many other products which again come with the same license. If you need a specific product too, you can go for it. I would highly recommend "Telerik" but that again depends on your actual requirement. Check out which product (Technology) you want to use and whether those libraries has those controls that you need in your project. You have to do some POC before selecting your library. I already did for one of my project and hence I have the experience with both of them. I did complete analysis for few months and then reported my higher management to use the Telerik controls only for our entire project. Hence my recommendation will still be there with Telerik. Last but not least, I am not recommending it as I am associated with them as Telerik MVP & Insider but from my previous experience. I am not a Telerik employee or has any direct association with any of those companies. This is my personal experience and faith on their controls. Let me know, if you have any queries.

                    Regards - Kunal Chowdhury Microsoft MVP (Silverlight) | Codeproject MVP & Mentor | Telerik MVP & Insider Follow me on: My Technical Blog | Silverlight-Zone | Twitter | Facebook | Google+

                    1 Reply Last reply
                    0
                    • D Douglas Troy

                      CPians I want your feedback/input/experience with DevExpress and/or Telerik controls. Which one have you used? Which one did you like better? (and why) Which one did you not like? (and why) Which one would you recommend? (and why) Other comments on these control suites are welcome Thanks for the feedback guys! [if it's not apparent, I'm looking to purchase one of these control sets and I wanted some users reviews outside their websites]


                      :..::. Douglas H. Troy ::..
                      CyanogenMod for Android. Because you can.

                      B Offline
                      B Offline
                      Ben Hayat
                      wrote on last edited by
                      #21

                      Hi Doug; I did not read the other posts to your questions so my post might be a repeat, but it still counts :-) As a solution provider, over the many years (been developing since early 80's), I've used many products to build solutions. In 2007 Telerik was the first to support Silverlight and I jumped in with their first CTP. 5 years later, I still use most of their developer’s tools with joy and guarantee. For me to bet my business and my work on a company requires two important factors: a) Tangible support: Meaning the answer the team provides gets me out of the hole. Well in all these years, Telerik has been the best. They have great attitude and knowledgeable support team. Many times you get the answers from the development team directly b) They stay ahead of the curve. I'm the kind of developer who likes to stay with technology. If you follow Telerik, they're always ahead of the curve on WPF, Silverlight, ASP, MVC, WP7, VS tools, ORM and now Win8. They are a one-stop-shop. I'm like a happily married man, who doesn't need to look around anymore... :laugh: Good luck! :thumbsup:

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups