1
vote
3answers
136 views
Are Infragistic Ultragrid and Infragistic WinGrid the same product?
Hi guys. 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 …
2
votes
1answer
453 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 …
1
vote
1answer
28 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
2answers
115 views
Accessing grid columns in same sequence in which they are visible.
Hi,
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 …
1
vote
5answers
1k 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 …
0
votes
0answers
628 views
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 …
0
votes
2answers
1k 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 …
0
votes
1answer
173 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.
…
1
vote
0answers
67 views
infragistics ultragrid pasting from excel
Hi
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 …
0
votes
2answers
876 views
How can I select row or rows or cell in Infragistic UltraGrid?
I need to select one row, multiple rows or a cell in Ultragrid to copy from the grid. How can this be accomplish?
1
vote
1answer
151 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
…
0
votes
2answers
400 views
Add checkbox in UltraGrid
How to dynamically add checkbox in infragistics UltraGrid
0
votes
2answers
519 views
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 …
0
votes
1answer
273 views
Ultragrid/Winforms Grid Hierarchy problem
I need to create a winforms grid with 3 levels, using infragistics ultragrid.
Level 1 has 2 columns (Fixed)
---> Level 2 has 3 columns (Fixed)
--------> Level 3 has Infinite no of columns (Dynamic …
0
votes
2answers
82 views
Html Tag Error
Hi....
Im working with Visual studio 2003 and ultr grid...
In my html code i can see tag error like "active schema does not support the element..."
because of this i dont hav any problem to execute my …
