Questions tagged [ultrawingrid]

WinGrid™ is a component of the Infragistics NetAdvantage suite. It 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.

WinGrid™ is a component of the Infragistics NetAdvantage suite. It 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. The Windows Forms grid supports complex data entry scenarios, row edit templates, custom layouts, rich printing and print preview, easy interop with Microsoft® Excel™ and Adobe® PDF file formats, and an almost unlimited array of look and feel options.

This control also permits building more modern applications for tablets and other touch-enabled devices with the touch-supported Grid control. The Grid also features panning gesture support like vertical, fast, slow, and multi-direction panning and flicking; and multi-gesture support like tap, double tap, tap & drag, and tap & hold.

If you can't find help here, the Infragistics community forum for the WinGrid would be another great resource.

Ref: Infragistics | Windows Forms Controls

348 questions
4
votes
3 answers

Is there a way to filter UltraGrids based on the value of 2 columns?

Say I have an Infragistic UltraGrid with columns Foo and Bar. Is it possible to filter the table so that only rows where Foo and Bar are not equal are displayed? For instance, if I had this data: Foo Bar -------- 0.1 0.1 0.1 0.2 0.2 0.2 The…
zneak
  • 134,922
  • 42
  • 253
  • 328
3
votes
2 answers

Infragistics UltraWinGrid disable first column

I have an infragistics UltraWinGrid and I want to disable the first column or make it "readonly". What is the way to do this? I tried (none of these worked): _ultraGridRetailers.DisplayLayout.Bands[0].Columns[0].CellActivation =…
dg90
  • 1,243
  • 3
  • 17
  • 30
3
votes
2 answers

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 i right clicked. How should i get it.. Code is…
Coder Guru
  • 513
  • 3
  • 18
  • 37
3
votes
1 answer

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 the following methods to suspend the grid udpate,…
dsum
  • 1,433
  • 1
  • 14
  • 29
3
votes
3 answers

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

Does anyone know if the Infragistics UltraGrid control provides functionality similar to that of DataGridView.HitTestInfo?
Ryan Spears
  • 2,963
  • 2
  • 31
  • 39
3
votes
1 answer

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 the user clicks on a column header to sort the…
debugme
  • 1,041
  • 1
  • 10
  • 22
3
votes
1 answer

Disabling scrollbar in Ultrawingrd control

How do I hide/disable horizontal scrollbar in an Infragistics Ultrawingrd control? Thanks.
Jimmy
  • 2,106
  • 12
  • 39
  • 53
3
votes
1 answer

Browseable attribute and Infragistics WinGrid

I'm struggling with the databind behaviour of the Infragistics WinGrid. It's possible to manually define a data schema (which I'm doing) and it's also possible to tell the grid when binding that I don't want for the grid to display additional bands…
Pedro
  • 388
  • 1
  • 10
3
votes
3 answers

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 different cell.
skimania
  • 917
  • 1
  • 9
  • 20
3
votes
1 answer

How to add columns to Infragistics UltraGrid without using designer

I struggled with the Infragistics UltraGrid designer in Visual Studio 2015 because it keeps throwing errors when I tried to add and define columns without binding the data. I even explicitly chose to not bind data to it, but it throws the error…
Sometowngeek
  • 597
  • 1
  • 6
  • 27
3
votes
1 answer

Exporting grid data to excel. Open excel file before before saving

I am exporting gridview data to excel using infragistics excel exporter. Everything is working fine and data is exported and file is saved on local disk. But i want to view/open the file before or after export happens. How can I do that. So that I…
user1030181
  • 1,995
  • 5
  • 26
  • 56
3
votes
3 answers

Display Headers in Infragistics ULTRAGRID when no data in table

I am fetching data in from an SQL table using a DataSet in VB.Net. When there is data in table, it displays the data properly in the grid, but when there is no data in the table, it only shows the UltraGrid's basic view. How can I display the…
3
votes
1 answer

Infragistics UltraGrid summary value from cell

I have this ultraGrid: http://s4.postimg.org/fhnjs4w4d/Capture.png I need to pass to summary cell a custom value from column with red mark on picture. Infragistics lets me put the Max, Min, Sum, Average, etc in summary cell, but I need to pass…
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
1 answer

Infragistics UltraGrid rows displayed from bottom to top

I need to display rows in UltraGrid starting from bottom and going towards the top rather then normally where they are displayed from the top to the bottom. Is there a setting of a property that needs to be set to achieve this display? I can't seem…
Rasa Rin
  • 86
  • 3
  • 8
1
2
3
23 24