infragistics

Using DataTemplate for infragistics XamComboEditor (WPF)

How can I use data template for infragistics combo box? Basically we want to display multiple columns in a combo box. These columns come from different properties of same object. ...

Infragistics UltraWinGrid EmptyDataText Equivalent?

We're using Infragistics UltraWinGrid as a base class for customized controls. One of the projects that will use this control to display search results has a requirement to display a user friendly message when no matches are located. We'd like to encapsulate that functionality into the derived control - so no customization beyond setti...

Animating the background of a new record added to a XamDataGrid

Ok, I've spent 2 days trying to work out how to do this and have so far achieved a score of 'FAIL'. The design is this: A ViewModel class exposes a public ObservableCollection property called People. A XAML view is bound to this property The desired behaviour is this: Add a new Person to the ViewModel's collection The View animat...

UltraWinGrid Data Binding to Hierarchical Objects

My situation: I have a .Net Windows application in VB.Net I'm upgrading from .Net Framework 1.1 to 2.0 I'm using Infragistics NetAdvantage 2004 Volume 3 My issue: I have an object hierarchy that looks like this, where ArrayListOfBand1Objects is my DataSource for an UltraWinGrid: ArrayListOfBand1Objects [ArrayList] [Band1Class] C...

How to insert data in Infragistics UltraWebGrid via InsertDBRow

I'd like to add rows to an UltraWebGrid directly on the grid, which is connected to an ObjectDataSource. According to the documentation, I'm supposed to use the InsertDBRow method (there are also UpdateDBRow and DeleteDBRow) to handle database persistence. Does anyone has any example on what's the supposed usage of these methods? (I alr...

How can I create a button with an embedded close button.

I am trying to create a panel which will have a set of "buttons" on it. These buttons should have the following behaviour: Appear similar to a tag (with rounded edges) Contain a red cross to remove the filter/tag from the panel, similar to the way internet explorer tabs have an embedded cross to close the individual tab. allow th...

Printing a Calendar or Diary from ASP.NET Application

We have an ASP.NET application that uses the Infragistics WebSchedule control to display appointments etc in the same manner as Outlook. The problem we have is that the customer wants to be able to print the page as it appears on the screen - which the control itself does not appear to support directly. We have developed a Crystal Repor...

Weird AJAX/JS bug in ASP.NET and Infragistics NetAdvantage.

I have a quite simple data capture web app. In the main capture window, when you save a row in a UltraWebGrid, depending on certain flags two more windows open (with a ScriptManager.RegisterStartupScript). One of the windows, works perfectly fine. The other one, when it gets closed (by means of its own ScriptManager.RegisterStartupScr...

Making Infragistics Winforms UltraMaskedEditor Behavior Less Weird

I decided to replace my UltraTextEditors with UltraMaskedEditors to make things a little nicer for my users. (In a WinForms App) But the (default) behavior of the UltraMaskedEditor is quite different from what I've come to expect as standard textbox behavior. 1) The first field on the form (the one that gets focus on load) now shows u...

Infragistics + MooTools + MooFlow gallery + IE

Hi everybody. In my current project (asp.net with vb.net), customer wants to use Infragistics UltraWebGrid and MooFlow gallery (MooTools). I faced with problem that MooFlow is not working when it's on the same page with UltraWebGrid in IE (v. 7 and 8), in FF it works fine. It seems like Infragistics not allow MooFlow use inherited metho...

Upgraded Infragistics and my application is not allowing Ultrawingrid to be editable anymore

I have an application that uses the Ultra Win Grid and has a column with a check box in it. It used to be that when I clicked on the check box it would allow you to edit it but now you can't. Already checked and I am setting CellClickAction to Edit and CellActivation to allow edit. I used to be using 6.3 and upgraded to 9.1. The prob...

ultrawebgrid dropdown column issue

hi i have added the drop down list to the ultra web grid column and saved the value selected in the drop down to the database and when i try to retrieve the data and display the data its showing the value of the dropdown not the text e.g. 4001 - sales it is showing 4001 not sales i want to show the sales text in the drop down how to ac...

Custom sorting on UltraWebGrid - ASP .NET

How can I accomplish custom sorting on the Infragistics UltraWebGrid? I've tried to hadle the SortColumn event and it works, however, whenever I click the column header, the columns are sorted via JavaScript in the website before the event is fired in the server side? How do I stop the grid from sorting in the client? Thanks, Leandro F...

Refresh UltraCombo Content

I have to do some maintenance on an old VB.NET application (Visual Studio 2003) that uses Infragistics NetAdvantage 2006. I have a UltraCombo control binded to a DataView. How can I refresh the content displayed after a change in the database? ...

ComboBox in UltraGrid

I have to do some maintenance on an old VB.NET application (Visual Studio 2003) that uses Infragistics NetAdvantage 2006. I need to add a column to an existing UltraGrid control. This new column must act like a ComboBox, allowing the selection from a list of values. I added the new column, and set the Style to DropDownValidate. I crea...

Multi Band Infragistics UltraGrid Row Select problem

I am bringing in data from SQL that is to be displayed in a multi band ultragrid. This works great. It does what it is supposed to in this regard; however, if I try to select a row other than the first one, in any band of the bands, it freezes the program. When the grid is loaded, the first row seems to be active (text is bold), so I tr...

How to disable future dates in WebDateChooser

Hi, I am using WebDateChooser in my .net application...by default the Date Chooser shows Current date,so that we can choose any date 10 years before the Current year and 10 years after the Current year...but i dont want to show the future date in the WebDateChooser. Is there any property to set the Maxdate as current date <igsch:WebDat...

Help with Infragistics ultragrid cells - manipulate text property?

Hi, I'm having trouble with an infragistics ultragrid using vb.net. I currently have a cell with the value "inner", however I want to be able to display a completely different string for that cell without losing the value. I understand that the cell has two properties, one value property and one text property. The text property is read-...

Infragistics Insert dropdown in WebHtmlEditor keeps centering

I added an Insert dropdown to my Infragistics WebHtmlEditor, but the items in the dropdown keep centering themselves. The first time I open the dropdown the items are left aligned, but after that they all get centered <ighedit:ToolbarDropDown runat="server" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-St...

Infragistics Documentation

We have used Infragistics controls in our applications for years. However, we have always had a hard time getting started using controls, because of the samples and documentation. For those of you that use Infragistics controls, what is the best way you have found to use the samples and documentation? For those of you that do not, what...