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.
348 questions- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
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!- 4,162
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 grid as a read-only multi-row select table. But there's one problem: by default the first row appears ...- 22.2k
Are there alternatives to UltraWinGrid? [closed]
I've been using the Infragistics UltraWinGrid for a while in a C# project, and while it's very spiffy, it is sometimes a bit heavy to run (and editing it in Visual Studio can be hazardous). I'm ...- 16.4k
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 show a checkbox column as the first column in the grid? Also, I need to capture check/...- 1,684
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 to change. I've tried changing what I think is the property to magenta or something that ...- 36k
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. ...- 1,368
How do you get child bands in ultragrid without using related tables in a dataset?
I'm using linq to pull back an object (i.e. customer) that might have a collection of other objects(customer.orders). I would be nice if I can pass this list of customers to the ultragrid and a ...- 1,331
Infragistics UltraWinGrid Delete Confirmation
By default the ultraWinGrid pops up a delete confirmation box for any row deletions. How do I turn that feature off? If I'm deleting in the code, it's no problem: myUltraGrid.DeleteSelectedRows(...- 8,100
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 change. I've tried many events like AfterCellActivate, AfterCellUpdate but was unable to ...- 25.7k
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 Infragistics UltraGrid?- 25.7k
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. I have thought of two different solutions but neither have worked out. 1) Databind the Sync ...- 1,343
Change focus on the infragistics ultra grid?
I want to change the focus on my grid cell. Suppose I click on a cell[1,1] then I want to set the focus on cell[1,2]. Where cell[1,1] means cell of (column 1) and (row 1)Resize Infragistics UltraGrid to fit its content perfectly
How do I resize the entire ultragrid control in code to only show its contents? No blank space ( problem is that data table inside is sometimes small sometimes big) I have: --------------------------...- 177
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: ...- 136k
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 it: UltraCombo ultraComboPaneel = new UltraCombo(); ultraComboPaneel....- 794
15 30 50 per page12345…24 Next