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
0
votes
2 answers

Infragistics UltraGridBand CardView retain headers on empty data set

I have an UltraGrid that is bound to some data from my database. Occasionally the data set that the grid is bound to is empty. When this happens, the headers appear as normal at the top of the grid, with no rows displayed. When the user wants to…
Chris
  • 4,425
  • 5
  • 34
  • 49
0
votes
1 answer

Infragistics Ultragrid Design Mode Keeps Adding RowScrollRegions

I've got a multi-band ultragrid with an ultragridrowedittemplate per band. In Design view the ultragrid is showing several horizontal lines - which can each be dragged downwards to show a view of the ultragrid bands. After much searching I…
No1fan
  • 5
  • 6
0
votes
1 answer

How to tell if ultragrid text has been truncated

We are using infragistics ultragrid to present data to the user. if the user modifies the width of a column, I need to be able to tell if the data is truncated so that I can adjust the output properly when exporting the data into pdf. We want to…
0
votes
1 answer

UltraGrid as UltraToolBar

What I need is a very custom situation. I need to add UltraGrid to ultraToolbar as normal tool like buttontool. Where I need to show customized tabular data. I have tried to derive a userControl from ToolBase but somehow it didn't work. I am…
Chaturvedi Dewashish
  • 1,469
  • 2
  • 15
  • 39
0
votes
1 answer

Infragistics.Win.UltraWinGrid.UltraWinGrid.ActiveRowScrollRegion.ScrollRowIntoView() is very slow

I am using Infragistics UltraWinGrid from NetAdvantage for Windows Forms v10.3 . If there are a lot of rows and I execute UltraWinGrid.ActiveRowScrollRegion.ScrollRowIntoView(), then it scrolls really slow. Is there a way of how to speed up the…
Bogdan Verbenets
  • 25,686
  • 13
  • 66
  • 119
0
votes
1 answer

Can I render my Infragistics UltraWinGrid Column-headers at ninety-degrees?

I have lots of thin columns in a table that I use Infragistics UltraWinGrid to render. Can I display the column headers at ninety degrees so that they can be quite long?
WonderWorker
  • 8,539
  • 4
  • 63
  • 74
0
votes
1 answer

UltraWinGrid Infragistics gui add column

I have to extend a Infragistics UltraWinGrid View in C# by adding a simple column to an existing grid. However the column is not added after I edit the ColumnDefinition in Properties of the view ( C# Designer ). I see the previous columns there and…
Dan Lincan
  • 1,065
  • 2
  • 14
  • 32
0
votes
1 answer

Select only a cell in UltraWinGrid

I want only the cell to be selected when I click on any cell in my ultragrid; Not the ENTIRE ROW!! Currently, the whole row is highlighted (as selected) when I click on a cell. How do I change the selection (highlighting) to the clicked cell…
Sandeep
  • 5,581
  • 10
  • 42
  • 62
0
votes
2 answers

Changing type of column in UltraWinGrid

I have an ultrawingrid with 2 columns. The requirement is to open up a context menu with an option "Copy", when any cell is right-clicked. The user can then select "Copy", which should then copy the cell contents. I already have a class…
Sandeep
  • 5,581
  • 10
  • 42
  • 62
0
votes
2 answers

Infragistics UltraGrid Selected Cell Value

I am using UltraGrid from Infragistics and facing a problem when selected a cell value. Whenever I select a cell value it shows as 0.000 as default. I want to show it as 0 or 1. I have already made the changes using the UltraGrid designer but for…
azamsharp
  • 19,710
  • 36
  • 144
  • 222
0
votes
1 answer

UltraWinGrid Infragistics Operations

I have an Ultrawingrid to which I am binding some columns from the database. I group some of the columns with the Ultragrid group so that the result set shows up like this: Now using the ultrawincalc manager the user can add new calculated…
Dinesh Menon
  • 105
  • 1
  • 2
  • 11
-1
votes
1 answer

Infragistics UltraWinGrid Hidden Occasionally

I have a Windows Form custom control that displays alerts on a customer record. The control uses an Infragistics 9.1 UltraWinGrid to display these alerts, which is filled from a dataset populated by a business object. Some users are having issues…
LDWisdom
  • 111
  • 3
  • 16
-1
votes
1 answer

Reapply column filters after datasource change or disallow filter reset on datasource change

Is this possible with infragistics winforms 15.2 .net framework 4.0? I notice I am able to get a read only columnFilterCollection object via ultragrid.displaylayout.band(i).columnfilters but can I also set this property such that I am able to apply…
codemonkeyliketab
  • 320
  • 1
  • 2
  • 17
-1
votes
1 answer

Fix check box column to first position in ultragrid

I have an ultragrid with several columns that are fetched from the database. I have added A new checkbox column and I want it to be fixed in the first position, so that when I scroll the grid horizontally all columns move except the checkbox one. I…
-1
votes
1 answer

Alignment of Checkbox in the header of ultrawingrid

I am having an issue aligning the header checkbox with other checkboxes on an Infragistics UltraWinGrid. If I remove the label the header checkbox aligns with the center, but if I add ALL in the caption of header, it is not in alignment with other…
Skanda
  • 131
  • 4
  • 14
1 2 3
23
24