Questions tagged [ultrawingrid]

Ask Question

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

18votes2answers24kviews

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!

Andrei's user avatar Andrei
  • 4,162
16votes7answers30kviews

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 ...

Gerrie Schenck's user avatar Gerrie Schenck
  • 22.2k
10votes2answers5kviews

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 ...

MPelletier's user avatar MPelletier
  • 16.4k
8votes2answers30kviews

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/...

Ed.'s user avatar Ed.
  • 1,684
8votes3answers14kviews

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 ...

Only Bolivian Here's user avatar Only Bolivian Here
  • 36k
7votes1answer6kviews

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. ...

Mark Allanson's user avatar Mark Allanson
  • 1,368
6votes3answers13kviews

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 ...

Bless Yahu's user avatar Bless Yahu
  • 1,331
5votes5answers9kviews

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(...

Jeff's user avatar Jeff
  • 8,100
5votes3answers26kviews

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 ...

Nakul Chaudhary's user avatar Nakul Chaudhary
  • 25.7k
5votes2answers14kviews

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?

Nakul Chaudhary's user avatar Nakul Chaudhary
  • 25.7k
5votes1answer10kviews

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 ...

Jim's user avatar Jim
  • 1,343
5votes1answer2kviews

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)

user avatar

user5872784 5 votes 2 answers 9k views

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: --------------------------...

Antea's user avatar Antea
  • 177
4votes3answers9kviews

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: ...

zneak's user avatar zneak
  • 136k
4votes3answers27kviews

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....

Jelle Capenberghs's user avatar Jelle Capenberghs
  • 794

153050per page

1 2 3 4 524

You Might Also Like