Tagged Questions
The wingrid tag has no wiki summary.
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.
...
1
vote
1answer
236 views
How to add GroupByRow Double Click event handler for Outlook Group By in Infragistics Win Grid
I need to handle the double click event of a GroupByRow description and cannot figure out how to do that.
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?
...
0
votes
2answers
462 views
Infragistics WinGrid: How to make a CheckBox column initially checked
I have an Infragistics WinGrid (UltraGrid, UltraWinGrid, whatever...) with an unbound column. It has Style = Checkbox and DataType = System.Boolean. I have set DefaultCellValue to true, but every new ...
0
votes
2answers
179 views
How to list data in a vertical format in Infragistics wingrid
Normally (and naturally), each entry in a list is presented in a row in the grid control, but there're cases when I need to show each entry in a vertical format, i.e. in a column.
For example, for a ...
0
votes
1answer
336 views
Display a deleted DataRow in a (Infragistics.Ultra-) grid
is it possible to display a DataRow from a DataTable which has the DataRowState.Deleted?
Scenario:
The user can edit some kind of lookup-informations which are presented in the grid.
Now he/she can ...
0
votes
3answers
2k views
Add New Column in Infragistics Wingrid
I am using Infragistics wingrid in my application. I have assigned a datasource to my wingrid.Now i want to add a new column at a specific location.
Can any one plz tell me how can this be performed.
...