Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
266
Infragistics controls frustratingly slow & heavy
posted

The only explanation i can come up with is that it's more profitable to cheaply hack together new controls and start selling them than to take the time to do things properly. I have worked with infragistics for years, i have been to your training, i have used and skinned almost all of your controls and im just plain frustrated with it all. 

My frustrations boil down to three things:

  1. Web pages loaded with lots of infragistics controls get bogged down and slow because of the weight. One here and there seems to be fine but the rule of thumb seems to be 'use as sparingly as possible' which isnt the way it should be.

  2. Infragistics controls crashing my Visual Studio IDE, or controls losing state, overwriting or losing its settings when maniulated with the wizards and custom property windows. And just being generally buggy and behaving weirdly.

  3. Controls being notoriously difficult to style, and by style i dont mean just changing some font colors and basic stuff. In my opinion controls at this enterprise level should be able to skinned more easily adjust to custom designs.

To get a very basic idea of the bloat issue take a grid control, bind it with a basic data on an otherwise blank page and view the resulting page source and you'll see what i mean, check out the page weight / file size from html and in fact do it with any controls. There's so much convoluded, unneeded and downright dirty code its dissapointing. Things like tables repeatedly nested inside each cell. I realise that there are scenarios where this is the only option but why not remove the overheads when those features aren't being used?

Maybe with the increase in consumer internet bandwidth its been taken as free reign to not optimise and streamline. Maybe i get the worst end of the problems because i work with UI design and skinning controls.


Parents
  • 270
    posted

    I'm in a similar situation. However, I'm a first time user of the product.

    After using NetAdvantage for ASP.NET, I have come to these conclusion.....

    The product works, once you figure it out. I don't call myself an elite programmer, but I do know a lot. I also know how to read help files to get answers to questions about an API. However, the only help available for for these products (short of paying more for training) is difficult to follow. Some of the API references DON'T have examples. If they do, they only touch the basics and aren't well rounded. That leaves a programmer to themselves to figure things out most of the time. That can also explain the many unanswered questions in the Forums. Even the VB.NET help file from Microsoft has plenty of full and useful examples. WHAT'S SO HARD ABOUT WRITING A WALKTHROUGH TO COVER THE FINER DETAILS!?!?!

    Tech support is slow. Not all companies that purchase third party tools can afford much more than the tools themselves. If they didn't need the tools, they obviously can afford to pay in-house programmers to write them instead. In hindsight, I would not have recommended Infragistics tools to the department manager for purchase. We work on time constrained projects here. We cannot afford to wait days for responses to tech support questions.

    Tech support is inconclusive. At least by my experience. I've had a total of four help requests in. One is closed, only because I finally figured out the problem myself. It turned out to be a "potential" bug using dual monitors. I usually get "It worked for us" responses to my help requests, nothing more, even handing off some examples. Sometimes it's not easy sending examples because we are data intensive here. Lots of our applications connect to our databases. That's tough to mimic with 100% accuracy elsewhere. Instead, I try to be as descriptive as I can with the problem. If that's not enough to resolve our tech support issues, it falls on 'us', the customer, to have to pay for the man hours to create a basic, data sterile, example just to send off to tech support. To heck with me. I must have such a completely unique situation that it doesn't require any more effort to find out what can be causing my problem because it's not profitable to only serve the needs of one. I didn't write the Infragistics code. I cannot bring any more info to the troubleshooting circle on these issues. I gave the symptoms. Someone should at least start theorizing why, based on those symptoms, a problem like that can occur. Of course, I guess I have to do it myself, because my open tickets are "awaiting customer action".

    In an effort to get regular updates out to customers, it appears many things get broken. One specific example, I upgraded to 7.3 from 7.2 and used the WebCombo for the first time. I can get a fancy dropdown upon first use. The page posts back (inside a WARP) and I get data based on the WebCombo selection. When I choose another item in the WebCombo, I can't scroll anymore. The scrollbar is there, but when I try to drag it, the dropdown closes and fails to register. I used the Upgrade tool to set my project to 7.2 (thus losing a 7.3 item I wanted to use) and the WebCombo worked as expected. Switching back to 7.3, it's now broken again. I'm reluctant to post a help request because history shows me it'll all be back on me with no resolution again.

    So, as I stand with Infragistics stuff. Well, we paid for it already and we got our last free update. We'll drag through it as best as we can. Between myself and the other programmers here, we'll soon figure out what works and what doesn't. But we will most likely be on the lookout for other control vendors when we need to, unless some miracle of tech support manifests itself.


Reply Children