Top "Ultrawingrid" questions

WinGrid™ is a component of the Infragistics NetAdvantage suite.

Checkbox column in Infragistics win ultragrid

Am a newbie to Infragistics. On my winforms app, am using Ultrawingrid to display data from database. How do I …

winforms infragistics ultrawingrid
Infragistics UltraGrid: how to remove default selection of first row

I have put an UltraGrid on a WinForms user control. I have tweaked some settings so I can use the …

.net winforms infragistics ultrawingrid
Infragistics Ultragrid - Combobox as column

I have a problem with the UltraGrid control from Infragistics. I have created a ultracombobox with a few values in …

c# infragistics ultrawingrid ultracombo
Which event raise on cell value change in Infragistics UltraGrid?

I am using Infragistics UltraGrid in a Windows Forms application. I need an event which is raised on cell value …

c# vb.net winforms infragistics ultrawingrid
How to sort an UltraGrid by multiple columns programmatically?

Say we have an UltraGrid. How can I sort it programmatically first by column A, then B, then C. Thanks!

c# .net infragistics ultrawingrid
UltraWinGrid: How to refresh displayed data

i am new to infragistics and to winGrids I have SQL database with the following table Costumers [ID][Name] In …

c# winforms infragistics ultrawingrid
How do I find the currently selected (or active) Row in an UltraGrid

Using the Infragistics UltraGrid (e.g. myGrid), I want to: Hook an event that will fire when active row is …

.net ultrawingrid
Ultrawingrid - Select row based on unique value

Is there a way to select a row in an ultrawingrid based on the value of one of its columns (…

c# infragistics ultrawingrid
How to change a cells content in UltraGrid

I'm trying to change the value of a sibling cell(day) if the value in the amount cell is updated. …

c# .net infragistics ultrawingrid
Which event is raised on check change of checkbox in Infragistics UltraGrid?

I am using an Infragistics UltraGrid in a WinForms application. Which event is raised on "check change" of checkbox in …

c# vb.net winforms infragistics ultrawingrid