473,654 Members | 3,109 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Infragistics and ROI

Greetings,
My team and I would like to use Infragistics for both WinForm and
WebForm development. From a technical perspective we see the benefits. The
boss wants me to quantify ROI. The primary question I get is 'what does the
Infragistic grid give me that the ASP.NET grid does not?' I get similar
questions for the other Infragistic controls that are complements of
existing WinForms and WebForm controls. For me to answer this question I
would have to spend days perhaps weeks learning the API do to an effective
job of convincing (selling) the boss.

What I am looking for is for a successful project that used Infragistics
with either WinForms or WebForms and someone who could quantify the savings
both in development and maintenance. Confirmation from an independent 3rd
party should give my boss the reassurance he needs that selecting this
vendor is a good business decision as well as a good technological one.

Any help would be appreciated.

If anyone from Infragistics is listening this is something you should
arm your sales force with.

Thanks in advance.

Steve
Nov 18 '05 #1
1 3185
I can only speak for Web controls: I just finished REMOVING ALL Infragistics
controls from a non trivial ASP.NET Web application in favor of controls
from one of their competitors. You might want to take a good look at
competing products before trying to sell someone on Infragistics. I have
*actually implemented* controls from multiple vendors, and can tell you from
experience that Infragistics controls (1) do not function as advertised; (2)
are poorly documented; (3) are demonstrably buggy; and (4) their technical
support which is unfortunately REQUIRED for non trivial implementations is
marginal at best. Because of my recent experiences, I can tell you that you
will almost certainly NOT realize the benefits you desire to the extent you
wish if you go with Infragistics for Web controls. In comparison to the
controls that ship with VS.NET, you may do better - but it's not the
straight and wide path to success you seem to believe.

One quick case in point - for their Web Tree control, they advertise a full
client-side object model with drag-and-drop capability. When I went to
implement it, I found that when when drag-dropping a node that has child
nodes, the child nodes DISAPPEAR into the ether -never to be found again. I
contacted tech support and they sent me some UNSUPPORTED client-side
JavaScript that would recreate child nodes under the parent node that had
been moved. This is unbelieveable. Why would any developer want a tree but
when moving nodes loses (gone forever) all the child nodes by default - with
no easy way to have the child nodes move with their parent. If you would
like, I could send you (offline) my whole e-mail exchange with their
customer support group on this exact issue.

FWIW: I have been a long-time Infragistics subscription customer (still have
an active subscription).. . have been implementing their controls for over 6
years (Windows COM controls) and continue to recommend their COM controls.
IMHO, they have fallen flat on their face with Web controls.

Also, for an independent verification of what I'm saying, just see for
yourself... go to their free news groups and take a look at the questions
and answers (or lack of helpful answers). It's astounding. It's a shame that
most of those questions even have to be asked.

Gook Luck

-G
"steve" <st***@lomicka. com> wrote in message
news:b2******** *************** ***@posting.goo gle.com...
Greetings,
My team and I would like to use Infragistics for both WinForm and
WebForm development. From a technical perspective we see the benefits. The boss wants me to quantify ROI. The primary question I get is 'what does the Infragistic grid give me that the ASP.NET grid does not?' I get similar
questions for the other Infragistic controls that are complements of
existing WinForms and WebForm controls. For me to answer this question I
would have to spend days perhaps weeks learning the API do to an effective
job of convincing (selling) the boss.

What I am looking for is for a successful project that used Infragistics with either WinForms or WebForms and someone who could quantify the savings both in development and maintenance. Confirmation from an independent 3rd
party should give my boss the reassurance he needs that selecting this
vendor is a good business decision as well as a good technological one.

Any help would be appreciated.

If anyone from Infragistics is listening this is something you should
arm your sales force with.

Thanks in advance.

Steve

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
10093
by: newsgroper | last post by:
I am evaluating the infragistice ultrawingrid. Does anyone know how I can color a row based upon a column value?
5
5463
by: Paul W | last post by:
I was recently assigned to build a database administration tool with an infragistics web grid UI. I am able to pull the data into a dataSet and bind it fine. However, when I attempted to use the UpdateCell or UpdateCellBatch events to transfer updated data to the data set, the event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e) are missing critical information such as the row and column of the cell being updated, and most of...
1
4831
by: Aaron Ackerman | last post by:
I am using the latest Infragistics suite for .NET. I am using a tree view controlso that when i select a particular item it will brin up the specified URL in the appropriate pane. When I trigger the appropriate event it does bring up the correct URL but in a new window What am I doing wrong? private void uwTreeControl_NodeClicked(object sender,
1
4433
by: Steve Stratton | last post by:
Does anyone know how to display data in the UltraWinGrid control by Infragistics so that I can display 30+ columns and have the columns headers go down the left hand side of the control and to allow scroll bars to display both horizontally and vertically? I tried using the card view and the varios settings with the card view to accomplish this. The info at Infragistics website states that the view area must be large enough to display...
1
2249
by: Charles Law | last post by:
I seem to be posing a lot at the moment, so please accept my apologies. I can't say, categorically that the Infragistics tools are to blame, but I have had this intermittent problem now for two months, and all attempts to localise it have failed. I have looked at the Infragistics newsgroups and web sites, and there are hints that there are potential problems in this area, especially in a multi-threaded app (I have two or three threads...
3
11472
by: Ronald S. Cook | last post by:
Hi everyone, We're needing to pick a suite of components for our C#/VS 2005 development. Top on our list is a treeview that integrates with a datagrid. I think all the big goes provide that. Does anyone know which suite is the "best" or are they (Infragistics, ComponentOne, DevExpress, other) all about the same? Thanks for any insight or opinion.
1
2510
by: BATISTA | last post by:
Hi i am working in c# with infragistics In c# windows applicaion, I will be passing data from textbox..such that for example:i ahev 3 texboxes labeled name: age: salary:.... Now name is the parent and age and salary r the child..so if i pass data in
0
2693
by: veerleverbr | last post by:
Hi, I want to create an asp.net page with a tabpage. On the tabpage I want to use the WebDateChooser and WebDataInput controls of Infragistics. These 2 controls use a mask to enter a date and bankaccountnummber, so that no invalid date or bankaccountnumber can be inputted. I started out with the tabcontrol of infragistics. But I also want to use the atlas update panel, and this gives conflicts when used together with the infragistics...
3
6198
by: Jono | last post by:
Hi Everyone, I'm using Infragistics' UltraWebGrid control on a page for it's column grouping functionality (which makes the page start to look like a pivot table). However, requirements have changed - as they do - and now I need to programmatically set the groups from the server without any user interaction. As far as I can tell there's no standard way of doing this; the only way to change the control's groups is by dragging and dropping...
0
8372
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8285
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8814
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8475
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8591
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6160
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2709
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1592
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.