Questions tagged [wingrid]

9 questions
7
votes
1 answer

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. ____________________________ | Col1 | Col 2 | Col 3---->| | …
Mark Allanson
  • 1,368
  • 1
  • 10
  • 19
3
votes
4 answers

Add button + text in Infragistics ultragrid column

I am using Infragistics 2013 version. I have a requirement wherein I have to add a button along with a text in a column in winforms ultragrid. The button will open a pop up screen which allows user to select a value that will be displayed as a text…
Ratish
  • 57
  • 1
  • 1
  • 4
3
votes
3 answers

Are Infragistics UltraGrid and Infragistics WinGrid the same product?

Have some task with Infragistics UltraGrid requirement. Found Infragistics controls' list on their site, but there is no UltraGrid in it, only WinGrid. Please, tell me, are these products the same? Thank you
spkenny
  • 448
  • 5
  • 15
1
vote
4 answers

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 row appears with cell.Value == False in that…
Joel in Gö
  • 7,460
  • 9
  • 47
  • 77
1
vote
1 answer

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.
Jon Erickson
  • 112,242
  • 44
  • 136
  • 174
0
votes
1 answer

unable to select multiple rows on ultrawingrid when stylefile loaded

I have a system with many forms, so I applied a theme file ("theme.isl") on load of the system and there for its applied on all infragistics items, but on a specific form I need to multiple select rows, I tried setting…
0
votes
2 answers

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 simple grid like: Name Email Age Address John…
Daniel
  • 3
  • 3
0
votes
1 answer

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 delete, modify or insert multiple entries and…
Viper
  • 2,216
  • 1
  • 21
  • 41
-1
votes
3 answers

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 please tell me how can this be performed? Regards, Savan.
Savan Parmar
  • 53
  • 4
  • 5