Questions tagged [infragistics]

Infragistics is a company that specializes in User Interface (UI) controls and components for many different technologies and platforms like .NET, ASP.NET, Windows Forms, WPF, Silverlight, jQuery, Angular 2, iOS, Android, UWP, Xamarin, etc. When using this tag add also a tag that narrows your question to scope the question to the appropriate experts in the field.

Infragistics is a global software company that publishes user interface (UI) development toolsand components for a range of developer applications, across all platforms. The company is also a provider of developer support, testing tools, and UI and User Experience (UX) training and consulting services.

Their products enable developers to create UIs that are the foundation for developing applications with data visualization in line of business applications for platforms that include —Windows Forms, Windows Presentation Foundation (WPF), ASP.NET and Silverlight as well as jQuery/HTML5, and mobile controls for the Windows Phone, iOS (iPhone and iPad) and Android.

Applications built with their products include Federal Express' internal shipping control application, Exelon's electric power trading application, and Verizon's Viper application for allocating telecom resources. Additionally, the company has established partnerships with technology and finance corporations, including Microsoft, Sun, IBM, Oracle and Ajilon Finance.

The company, based in Cranbury, NJ, was established in November 2000 when ProtoView Development Corporation and Sheridan Software Systems, Inc. merged. Besides its U.S. headquarters in New Jersey, Infragistics has offices in eight other countries including the UK, Germany, Australia, France, Japan, India, Bulgaria and Uruguay.

1755 questions
22
votes
4 answers

Infragistics license exceptions when MSBuild-ing

When running the MSBuild scripts for a project, I'm getting the following errors: Properties\licenses.licx(1): error LC0004: Exception occurred creating type 'Infragistics.Win.UltraWinEditors.UltraNumericEditor,…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
19
votes
5 answers

Infragistics components on build server

I have "inherited" a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 and not much more) installed, and we'd like to keep it that way. As a first step, I…
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
18
votes
2 answers

How to sort an UltraGrid by multiple columns programmatically?

Say we have an UltraGrid. How can I sort it programmatically first by column A, then B, then C. Thanks!
Andrei
  • 4,122
  • 3
  • 22
  • 24
16
votes
7 answers

Infragistics UltraGrid: how to remove default selection of first row

I have put an UltraGrid on a WinForms user control. I have tweaked some settings so I can use the grid as a read-only multi-row select table. But there's one problem: by default the first row appears to be selected. But the Selected.Rows property is…
Gerrie Schenck
  • 22,148
  • 20
  • 68
  • 95
15
votes
6 answers

Infragistics WebGrid vs. Telerik Grid

I have been using the Infragistics UltraWebGrids for a few years now in multiple products, but have reached a crossroads with them. I have been looking into the Telerik products and they appear to perform better than the Infragistics grids in the…
RSolberg
  • 26,821
  • 23
  • 116
  • 160
12
votes
5 answers

WPF ObservableCollection vs BindingList

In my WPF app I have a XamDataGrid. The grid is bound to an ObservableCollection. I need to allow users to insert new rows through the grid but it turns out that in order for the "Add New Row" row to be available, the xamDataGrid's source needs to…
Flack
  • 5,727
  • 14
  • 69
  • 104
12
votes
4 answers

Telerik vs. Infragistics for Silverlight

Yes, this is certainly a duplicate question, but I wanted to get some fresh takes. My impression is that Telerik is a much more complete suite, but I'm really really turned off by the responsiveness of their controls. It just seems "clunky" in terms…
Jeff
  • 35,755
  • 15
  • 108
  • 220
11
votes
1 answer

Can't attach event handler to Context Menu Item in Style

I'm trying to modify default ContextMenu for XamNumericEditor on XamDataGrid editable cell. Here is my XAML-code: