Top "Ultrawingrid" questions

WinGrid™ is a component of the Infragistics NetAdvantage suite.

How do I make pressing the Enter key cause focus to move to the cell below like Excel's default behavior?

I am using an Infragistics UltraWinGrid v9.1. I want to allow the user to enter numerical data in a cell, …

infragistics ultrawingrid onkeypress
Set ultragrid row selected after creating a new row

I have an ultragrid with lots of rows, new rows are added to the end, I want that when a …

c# .net winforms infragistics ultrawingrid
How can I change the background color of the Infragistics' UltraGrid filter row?

Currently this is what it looks like: I'd like to change that blue color, but I don't know what property …

c# winforms infragistics ultrawingrid
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 …

c# infragistics ultrawingrid
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 …

winforms infragistics ultrawingrid wingrid
How to refresh an Infragistics UltraGrid?

I am using Infragistics UltraGrid with datasouce Windows Bindingsouce. On change, I provide datasouce to Bindingsouce and call DataBinding of …

infragistics ultrawingrid
Display row count on Infragistics Ultragrid Winforms

What is the best way to display number of rows that an UltraGrid is bound to? I want to be …

infragistics ultrawingrid
How do I Add unbound columns to an Infragistics UltraGrid only once without throwing an exception?

With the NetVantage Windows Forms 9.1 UltraGrid, I want to add some unbound columns to do some simple calculations. The first …

infragistics ultrawingrid
Infragistics Ultragrid How can I disable a row depending on a property

I would like certain rows in an Ultragrid to be disabled depending on a boolean Sync property in the row. …

infragistics ultrawingrid
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 …

c# infragistics ultrawingrid