hi all,
sad i know but i havent had to use the designer in a while, i have an ultrawingrid that currently does not sort...anyone tell me where the sorting feature is in the designer so that i can turn on sorting for a first and last name?
Hi,
Is this what your looking for?
ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
Cheers,
Andy.