infragistics

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 demos. The following are the things I'm looking to know. 1. Which would you use and why. 2...

I have problem of using Infragistics webSchedule control.

Hi, I am using Infragistics webShedule control in my update panel tag. It's navigation button is not working(in Safari 4.0). If I remove it from update panel it works properly. Is there any solution to use webSchedule control with update panel? ...

JS validation on webtextedit

I have a field that I want to accept 4-6 alphanumeric digits. Infragistics WebMaskEdit has weird overwriting behavior, prepopulates the box with 6 spaces even though I have promptchar="". I don't want a mask, but I do want the client side validation (filtering and length constraints) Am I missing an easy way or do I just need to write...

two infragistics controls on same line

My ASPX code is: <span> <igsch:WebDateChooser ID="ContractPeriod2Start" runat="server" NullDateLabel="" Editable="True" EnableAppStyling="True"> </igsch:WebDateChooser> <igsch:WebDateChooser ID="ContractPeriod2End" runat="server" NullDateLabel="" Editable="True" EnableAppStyling="True"> </igsc...

How do you use commercial libraries in a continuous integration build?

Setting We are using licensed Infragistics winform controls for creation of desktop applications. All our software builds are performed on a CruiseControl.NET server. Remark: Never mind the combination of Infragistics and CCNET – any other commercial library of .NET controls and any other CI server will probably lead to the same situat...

Programmatically Adding Two Infragistics UltraWebGrids Renders Only One Grid with Style

FYI, this is a copy paste from my post on the Infragistics forums, see http://community.infragistics.com/forums/t/32458.aspx No answer from them yet so I thought I'd drop this one down on the stackoverflow peeps. Here's what I'm running: ASP.NET 2.0 AJAX Extensions 1.0 web application Infragistics2.WebUI.UltraWebGrid.v7.3, Version=7....

How to clone an UltraGridRow (Infragistics)?

Hello, I would like to clone a UltraGridRow into a new instance of UltraGridRow and change two cells only. Then I would like to add this new UltraGridRow instance to my Band. I am seeking a way to not have to go through each Cell one by one to copy them into the new instance. Is there any intelligent and effective way to do this? Man...

Setting Colour on the Editor part of UltraCalendarCombo

Hi, Does anyone know how to colour the editor part (where you can type in the date) for the UltraCalendarCombo (winforms one) programmatically (i.e. without using the Style Library files)? I want to set the background to a different colour whenever the control has focus but can't find any properties or methods to do this. Thanks ...

How do I set the theme for child controls with Infragistics?

I'm using the Infragistics WPF controls in a new project, and I'd like to take advantage of their themes support. I'm able to change the theme of my window (and toolbars) via the OnThemeChanged event, but I can't figure out how to change the theme of child controls (such as the XamDockManager), as they're added at runtime. I'm new to WP...

Software Translation Services cost - ballpark idea

Hi, I was wondering if anybody could give me ballpark figures for translating resx files. Let's say I have 10 Resx files with each about 10K words. What would be the cost to translate those from English to Spanish (or English to German)? For the details, we are using Infragistics controls in our application. IG does not provide their s...

Dynamically Adding Columns to a Databound XamDataGrid

Hello All, One approach I've tried to solve my problem of needing to be able to dynamically add columns to a databound xamDataGrid is to bind to a .NET DataTable. At startup, I hard-code some data into the DataTable. Then I provide a button which, when clicked, is supposed to add a new column and put random numbers in the new column. I ...

Enabling Paging in Infragistics Grid for WPF

Hi I'm using the latest version of infragistics DataGrid (9.2). Unfortunately, Paging is not supported out of the box. I wish to implement this behavior by myself. I refer to paging as the ability to give the grid an illusion of many results and fetch for it the necessary items depends on the view as it is needed. the reason for me ...

How do I render a column bound to a collection class as a child row in an Infragistics UltraWinGrid ?

I have a UltraWinGrid that is bound to a DataSet, in which a couple of columns are themselves of a collection class type, like so :- [Name] - string [Description] - string [Components] = List<Component> [Levels] = List<Level> Currently, these last two fields are hidden columns when bound to the datagrid and used to d...

Value Converter Problems with Infragistics 9.2 XamDataGrid

Hello All, I am having a value converter problem with the Infragistics 9.2 XamDataGrid. Please consider the following code: public class ToolTipFromThreatTypeConverter : IValueConverter { public object Convert( object value, Type targetType, object parameter, System.Globalization.Cult...

How to refresh an Infragistics UltraGrid ?

I am using Infragistics UltraGrid with datasouce Windows Bindingsouce. On change, I provide datasouce to Bindingsouce and call DataBinding of UltraGrid. Value in the datasouce of Bindingsouce changes, but that is not reflected in the UltraGrid. ...

Canceling client side events in Infragistics

To cancel a client-side event in javascript for a client-side event, you have to return true. This is the opposite of normal javascript where you return false. Why the difference? ...

specific context menu per UltraTreeNode

Hi, I have a problem using Infragistics UltraTree control. I need a way to add a specific context menu to an UltraTreeNode. I saw that there is a contextMenu property for the UltraTree, but I need a unique one per each node. what is the best way for doing this in C#? ...

How to turn on line number tooltip while scrolling infragistics ultrawebgrid

I once saw this feature in action but I don't know how to turn it on. The grid can show a tooltip with the current row number (or row ID) while dragging the scrollbar. This helps you to stop the scroll in the right place. I'm assuming some property will turn this on, but I can't find it. Maybe it is also dependent on the scroll mode? UP...

Windows Forms - Communication problem between Child Forms

The prob statement: - Accessing functions of a child form from another child form within an MDI parent in a windows application(C#).. - Closing a child form (when navigating to a new child form), and invoking a method within the child form, and then navigate to the new form ? Using Infragistics NetAdvantage for Windows Forms ...

Infragistics UltraWebGrid Paging Controls...

I'd like to move the paging controls for my grid to a different area on the page that's not supported by the Alignment (left, center, right) or PagerAppearance (top, bottom, both) properties. Is this possible? The only way I can see to do it is by a CSS hack where I absolutely position the element. ...