Archive for the ‘Infragistics’ Category

Resize Infragistics UltraDropDown column in UltraWinGrid

Sunday, June 7th, 2009 Posted in C#, Infragistics | No Comments »

One of the annoying things when using the UltraDropDown with a UltraWinGrid is that it refuses to resize the dropdown, and the columns in it, by default. This is at least in the Infragistics version that I a using (v8.3). ...

Infragistics AfterCellUpdate event and when it is triggered

Wednesday, September 3rd, 2008 Posted in Infragistics, Software Development | No Comments »

Yet another Infragistics post. I have been battling a defect where the event for a cell being updated was not being triggered until the the use placed the focus on a different cell. It turns out that I should not be ...

Infragistics first row in UltraWinGrid selected

Tuesday, August 19th, 2008 Posted in Infragistics, Software Development | 2 Comments »

The project that I am working on right now makes heavy use of Infragistics controls and in particular the UltraWinGrid. There has been a bug in the application for a while now that anytime the grid is refreshed the first ...

Hide Selection using Infragistics

Friday, April 11th, 2008 Posted in Infragistics, Software Development | No Comments »

One of the most annoying things that I have seen from Infragistics, an otherwise brilliant company, is the fact that when any of their controls lose focus the selected item is not longer selected! This has been so annoying for a ...