Tagged Questions

WinGrid™ is a hierarchical data grid control with full support for bound and unbound data display that surpasses other .NET grids on the market and shifts your data-driven WinForms app into a new realm of more productive possibilities.

learn more… | top users | synonyms

4
votes
1answer
2k views

Making Infragistics UltraGrid Columns have “Spring” Behaviour

Oout of the box the Infragistics UltraGrid control allows you to make the last column in a grid spring to fill the remaining unused portion of the grids bounding rectangle. ...
4
votes
3answers
7k views

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 ...
3
votes
3answers
4k views

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 ...
2
votes
3answers
765 views

Infragistics Ultragrid - Combobox as column

I have a problem with the UltraGrid control from Infragistics. I have created a ultracombobox with a few values in it: UltraCombo ultraComboPaneel = new UltraCombo(); ...
2
votes
1answer
233 views

Reading master and child tables from a combined table

Am using Infragistics UltraWinGrid.UltraGrid control to show hierarchical data in my .Net 3.5 winforms app. From my middle tier, I get a datatable which has combined data for both the master and child ...
2
votes
1answer
3k views

Refresh UltraGrid's GroupBy Sort on child bands when ListChanged?

I am using Infragistics 2009 vol 1. My UltraGrid is bound to a BindingList of business objects "A" having themself a BindingList property of business objects "B". It results in having two bands: one ...
2
votes
2answers
530 views

Accessing grid columns in same sequence in which they are visible

I need to access columns of infragistics ultragrid in same sequence in which they are being displayed in grid. If i can get the index of column in same sequence as they are visible on grid, i can fix ...
2
votes
2answers
5k views

Which event is raised on check change of checkbox in Infragistic UltraGrid ?

I am using an Infragistic UltraGrid in a window application. Which event is raised on "check change" of checkbox in Infragistic UltraGrid?
2
votes
3answers
1k views

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

Does anyone know if the Infragistics UltraGrid control provides functionality similar to that of DataGridView.HitTestInfo?
1
vote
1answer
178 views

Infragistics UltraGrid (9.2) change a cell displayvalue without changing underlying datasource

I have a UltraGrid bound to a IList<MyDomainObject>. In MyDomainObject there is a field bool? isSomething. Problem is when this field is null the check-box in the cell is displayed as sort of a ...
1
vote
2answers
313 views

Display row count on Infragistics Ultragrid Winforms

What is the best way to display number of rows that an UltraGrid is bound to? I want to be able to do, this.UltraGrid.DataSource = myCustomObject; And, the grid should display the data along with ...
1
vote
1answer
208 views

Set ultragrid row selected after creating a new row

I have an ultragrid with lots of rows, new rows are added to the end, I want that when a new row is added, that row is selected and the grid also should scroll to the bottom. I was going to try ...
1
vote
3answers
115 views

Infragistics Grid: Set a Value, display a Text

I have a infragistics ultragird. I need to set in a cell a custom object value but to display the Text an other one. Then, when I will navigate through this grid, I need to obtain the set object ...
1
vote
3answers
171 views

How to change a cells content in UltraGrid

I'm trying to change the value of a sibling cell(day) if the value in the amount cell is updated. The problem is that I'm not sure how to access the day cell. Here is what I have so far. private ...
1
vote
1answer
419 views

How can I change the background color of the Infragistics' UltraGrid filter row?

Currently this is what it looks like: I'd like to change that blue color, but I don't know what property to change. I've tried changing what I think is the property to magenta or something that ...
1
vote
1answer
953 views

Showing hierarchical data in winforms datagrid

Am working on a .net 3.5/Winforms application. I need to show a datagridview with hierarchical data in the datagrid. For example, master rows will have an expand/collapse icon...and when the user ...
1
vote
1answer
405 views

Get child rows from UltraGrid

I have master/details relation in UltraGrid. And I want to show child rows in new UltraGrid when user click on row. How can I do? Thanks
1
vote
1answer
2k views

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!
1
vote
3answers
1k views

Infragistics UltraGrid: How to force a CellUpdate event after user selects from drop down

Infragistics UltraGrid: Column has a drop down with auto-complete. How can I force a CellUpdate when the user selects an item from the list and not have to wait for him to hit enter or click a ...
1
vote
1answer
307 views

Infragistics - Ultragrid - Group rows into categories

Hi, I would like to group rows in categories like that: http://img199.imageshack.us/img199/9152/capturegww.jpg I know how to do this with OutlookGroupBy but its not possible to put the same row ...
1
vote
1answer
1k views

How do I make pressing the Enter key cause focus to move to the cell below like Excel's default behavior?

I am using an Infragistics UltraWinGrid v9.1. I want to allow the user to enter numerical data in a cell, press Enter and then have the focus on the cell below, like you see in Excel. It appears that ...
1
vote
2answers
2k views

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, ...
1
vote
1answer
183 views

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] = ...
1
vote
1answer
580 views

infragistics ultragrid pasting from excel

I'm using infragistics net advantage for .net framework. I have a really weird error with their ultragrid. I will try to explain it: On my ultragrid I have 5 columns. I am trying to paste 11 rows ...
1
vote
3answers
613 views

Are Infragistic Ultragrid and Infragistic WinGrid the same product?

Have some task with Infragistic UltraGrid requirement. Found Infragistic controls' list on their site, but there is no UltraGrid in it, only WinGrid. Please, tell me, are these products the same? ...
1
vote
1answer
1k views

How do I find the currently selected (or active) Row in an UltraGrid

Using the Infragistics UltraGrid (e.g. myGrid), I want to: Hook an event that will fire when active row is changed (selected, clicked, etc). Do something with the selection SUMMARY ANSWER ...
1
vote
1answer
1k views

Add checkbox in UltraGrid

How to dynamically add checkbox in infragistics UltraGrid
1
vote
1answer
3k views

Adding new row in correct position to a user sorted wingrid with bindingsource

I have a Infragistics UltraGrid using a bindingSource. If I add a new object to my binding list, it adds a row to the bottom of the grid which is fine if there's no user defined sort. Question is if ...
1
vote
3answers
3k views

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 ...
1
vote
3answers
7k views

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. ...
0
votes
1answer
70 views

Event in User Control does not raise

I have a User Control that contains a grid and some buttons. I declare GridAfterRowActivate event for User Control: public event EventHandler GridAfterRowActivate; private void ...
0
votes
2answers
143 views

How to get column index of ultra grid view on right click

When i right click on ultra grid view or may be grid view . I want to display different contextmenu strip for different columns. But when i right click i get index of column which i selected not which ...
0
votes
2answers
144 views

Infragistics UltraGrid (9.2) count Band after DataSource is set

In an inherited UltraGrid I would like know how many Bands the grid contains after I set a new value on base.DataSource. How do I find that count? Thanks -a- /**Added screendump**/ (code is not my ...
0
votes
1answer
35 views

multiple ultragrids bound to the same datasource

I'm using ultraTextEditors to embed multiselect ultragrids. I set up the datasource in the form_load event. The facilities is a list. ultraGrid1.DataSource = facilities; ultraGrid2.DataSource = ...
0
votes
1answer
27 views

How to specify default behaviour for wingrid features

When you drop a grid on a form and go through the wizard there are a number of places where "Default Behavior" is an option (for example, under Features -> Updating -> Allow Row Adding). Where do you ...
0
votes
1answer
92 views

How to suspend DataTable notification or Data Binding to prevent UI update

I got a DataGrid (Infragistic UltraGrid) that is databinded to a DataTable. I would like to update the DataTable without showing any changes on the data grid until user click a button. I have tried ...
0
votes
1answer
49 views

Showing copied data in Infragistics wingrid

I'm using Infragistics wingrid in my C# winforms app. I need to be able to copy column values from an excel sheet and paste it in this datagrid.The grid should show these new values in the cells.How ...
0
votes
1answer
94 views

Formatting a string to include tab characters in Infragistics Ultragrid

I've been working with an Infragistics Ultragrid and I'm looking for a helpful hint. I'm using a table from SQL Server 2008 to populate my grid. The table that I'm calling has a column that has been ...
0
votes
1answer
341 views

Set ultragrid row selected after creating a new row for another band?

I already solved the problem if selecting the row after creating a new row. And it also scrolls down to it. This time, the problem I have is different. It should scroll to the selected row, but the ...
0
votes
1answer
59 views

How to handle exception from underlying dataset of an Ultrawingrid (winforms)

I have an UltraWinGrid with a dataset behind it. In the datatable's Row_Changing event handler, I do some checking of the data and throw an exception if it is invalid. I want to display a message ...
0
votes
2answers
331 views

How can I delete a row by index in an Infragistics UltraGrid control for Winforms?

I have a Windows Forms and inside I have an UltraGrid component. I'd like to delete a row by using it's numerical index, how can I achieve this? The documentation for Infragistics is extremely ...
0
votes
1answer
257 views

Infragistics ultragrid with datatable binding

I have a ultragrid which is bound to a datatable, i update datatable in a thread (not a gui thread). My question is that while updating datatable do I need to delegate it on gui thread (so that update ...
0
votes
1answer
426 views

Infragistics ultragrid client side event for row double click

I wanna get client side event for Row double click in Infragistics ultragrid control. A server side event handler "OnDblClick" is available, but I hope there is some way in client side also. Thanks ...
0
votes
2answers
123 views

Infragisitics error

How do I get rid of this build error in my winforms app? Error 121 The type 'Infragistics.Win.UltraWinGrid.UltraGridRow' exists in both 'c:\Program Files\Infragistics\NetAdvantage for .NET 2007 ...
0
votes
1answer
214 views

UltraGrid with Custom Sort

I have the following code I'd like to be used to custom sort my one column: char[] yourOriginalValues = new [] { '!', 'A', 'B', 'E', '$', 'N' }; IEnumerable<char> result = ...
0
votes
3answers
3k views

Checkbox column in Infragistics win ultragrid

Am a newbie to Infragistics. On my winforms app, am using Ultrawingrid to display data from database. How do I show a checkbox column as the first column in the grid? Also, I need to capture ...
0
votes
2answers
372 views

Ultragrid : how to best add a set of sub rows programatically?

I have an Infragistics Ultragrid that is being used to display a list of attributes. Sometimes the attribute is an array so I am adding a sub row for each element so the user can optionally expand the ...
0
votes
1answer
1k views

Infragistics UltraGrid : Unable to enter edit mode for focused column

Info: I am working with a C#.NET 3.5 winforms application and using Infragistics ultrgrid 8.2 in it. The grid has 5 columns, of which first three are readonly and 4th and 5th are valuelisted ...
0
votes
1answer
198 views

Bind data to UltraGird on each row expand

please tell me how to get and bind data to UltraGrid dynamically on each BeforeRowExpanded event. i have large amount of data which i have to show on each row expanded event. please tell me any useful ...
0
votes
1answer
2k views

How do I Add unbound columns to an Infragistics UltraGrid only once without throwing an exception?

With the NetVantage Windows Forms 9.1 UltraGrid, I want to add some unbound columns to do some simple calculations. The first time this code is entered in the InitializeLayout delegate, it finds that ...

1 2