infragistics

UltraWebGrid: How to use a drop-down list in a column

I'm using the Infragistics grid and I'm having a difficult time using a drop-down list as the value selector for one of my columns. I tried reading the documentation but Infragistics' documentation is not so good. I've also taken a look at this discussion with no luck. What I'm doing so far: col.Type = ColumnType.DropDownList; col.Dat...

Display rows in multiple columns in Asp.net Gridview

By default each row of a Gridview maps to each row in a datatable or dataset attached to its datasource. But what if I want to display these rows in multiple columns. For example if it has 10 rows, 5 rows each should be displayed in 2 columns side by side. Also can I do this with the Infragistics grid. Is this possible? ...

Resize Infragistics GanttChart task with the mouse

Hi, I loaded a custom DataTable into an UltraChart of type GanttChart. The data loads succesfully. Do you know if it possible to add support for mouse resize(drag) to the tasks that show up into the chart? I have not been able to figure out if this is supported by the Infragistics control. Thank you in advance for your answers. Dragos...

DataGridView.HitTestInfo equivalent in Infragistics.Win.UltraWinGrid.UltraGrid?

Does anyone know if the Infragistics UltraGrid control provides functionality similar to that of DataGridView.HitTestInfo? ...

Infragistics WebTextEdit - Setting value in Javascript function

Hi all. I'm currently using the Infragistics component set for .Net 2.0, Visual Studio 2005 and C#. I have the following chunk of javascript code (text and other variables are declared elsewhere): ***alert(box[select].value); text.value(box[select].value); alert(text.value);*** 'text' is an Infragistics webTextEdit, whi...

Hiding the header on an Infragistics Winform UltraCombo

I've gone through just about every property I can think of, but haven't found a simple way to hide the header on a winform UltraCombo control from Infragistics. Headers make sense when I have multiple visible columns and whatnot, but sometimes it would be nice to hide it. To give a simple example, let's say I have a combobox that displ...

Adding AutoComplete to an Infragisitcs UltraDateTimeEditor control

I'm attempting to modify an Infragisitcs UltraDateTimeEditor control so that the current year and a default time are inserted when the user only enters values for the month and day. The control has an AutoFillDate property, however setting this to "year" seems to overwrite user input entirely. Also changing the InvalidTextBehavior doesn...

Infragistics V7.3 vs. V8.1

We are using the Infragistics controls for .net (both ASP.Net and WinForms) for a few years. We want to upgrade our current version (v6.3) and are in a pickle. We can upgrade to v7.3 or v8.1 but not to a later one due to licensing limitations, and we don't want to spend more money on licenses unless it is really necessary. Rumor has it t...

How can we set the visibility of a button placed inside a Infragistrics Windows Grid control

I have a form where i have used Infragistics windows grid control to display the data. In this, i have placed a button on one of the cell. I want to set its visibility either True or False based on the row condition. I have handled the InitializeRow event of UltraWinGrid control and able to disable the button. But i am unable to set th...

How do you Manage Infragistics WebGrid Data from JavaScript/Ajax code?

I am working on a project that I need to use the Infragistics WebGrid control for some lists of data. I am loading the data on the client-side using JavaScript for display on a Map, and then I need to display that same data within multiple WebGrids. All the data available will be displayed in the WebGrids, but only a subset of the data (...

Infragistics Windows Grid

I'm using the Infragistics WinForms UltaGrid control and I'm setting the RegexPattern property. How do I get the grid cell I'm setting the RegEx for to actually use that pattern to restrict entry? Or am I misunderstanding how the RegexPattern property works. Jeff ...

Adding a threshold/goal line to an Infragistics 6.3 LineChart?

I am trying to tweak an existing LineChart (WebUI.UltraWebChart) by adding goal-line. This seems nearly impossible to draw a simple "MAX GOAL" line (either horizontally or vertically). We will eventually either upgrade to the newest bits or revamp into Silverlight graphs, however, this needs resolved now. ...

How do you get child bands in ultragrid without using related tables in a dataset?

I'm using linq to pull back an object (i.e. customer) that might have a collection of other objects(customer.orders). I would be nice if I can pass this list of customers to the ultragrid and a hierarchical view of customers and thier orders displayed on databind. When I try this, I just get customers. Anyone know how to get this to w...

Infragistics grid "on-demand" appearance

We're using Infragistics grid (most probably, we'll have 8.2 version at the end) and we want to configure row/cells appearances "on-demand" in order to be able to provide sort of "dynamic appearance". For example, I want some cell to be red or green, depending on its value. We might want to tweak other characteristics as well (font, siz...

Which event raise on cell value change in Infragistic UltraGrid ?

I am using Infragistic UltraGrid in window application. I need a event which is raised on cell value change. I try many events like AfterCellActivate,AfterCellUpdate but uanble to find right one. Please suggest me. ...

Which event raise on check change of checkbox in Infragistic UltraGrid ?

I am using Infragistic UltraGrid in window application. I need a event which is raised on check change of checkbox in Infragistic UltraGrid. ...

Display Headers in Infragistics ULTRAGRID when no data in table

In VB.NET i am fatching data from table using Dataset(SQL server 2008). When there is data in table it displays data properly in the GRID but when there is no data in the Table it shows the grid's basic view. How can i display the column name of the tables as Headings of the ULTRAGRID even when there is no data in Table??? ...

What are your experiences with NetAdvantage or DXperience?

I'm looking into both of them, and while I have been quite pleased with NetAdvantage at my previous employer, I find the price point (plus testimonials like at http://stackoverflow.com/questions/37921/what-is-the-best-winform-ui-component-set) to make me hesitate and consider DXExperience. That said, I'm wondering: What your experie...

Infragistics UltraWebGrid - Footer Totals

I am currently using the UltraWebGrid control of Infragistics and I am displaying the sum of values of a column in the footer. The problem is that, since I am using paging, the total displayed in the footer is being calculated by the values of the current page only, but I want the sum of all the elements in the source, not just the c...

getting value from other column besides the valuemember column in Infragistics ultracombo

I am fairly new to using infragistics controls (started yesterday). While they are (very) impressive they do add another layer of complexity, which I am muddeling through. So I am asking what I feel to be a fairly simple issue: I am trying to get the value from another column besides the one that is displayed in the combobox. So far all...