Have simplest 3 column, 1 band little Infragistics.Win.UltraWinGrid.UltraGrid . . .
Set DisplayLayout.Override.HeaderClickAction to MultiSort or SingleSort . . .
Set Infragistics.Win.UltraWinGrid.SortIndicator.Ascending or Descending . . .
this thing will NOT sort the rows or columns upon header-click ???
the header sort indicators even change . . . but the data refuses to sort ???
I've blown the UltraGrid away and re-built it . . .
I've "Reset Layout" . . .
Thx, XPXJ
What kind of data is it? That's the DataType of the column? Are you sure you are using Multi and/or Single and not one of the External options?
Can you post a small sample project demonstrating the behavior?
Bound to a SQL table by a BindingSource.
CpiUniqueID int UncheckedEffectiveDate datetime CheckedUniqueRate numeric(10, 9) CheckedRateChange numeric(10, 9) CheckedCreatedBy nvarchar(50) CheckedCreatedDate datetime CheckedLicenseID int Checked
The UltraGrid is the ONLY control on a user control on a form . . . but that shouldn't make a difference . . .