hello:
does infragistics have a built-in technique to do priority sorting on columns of a grid?typically, inorder to implement this feature, i would create a dialog box and have the userselect columns in priority order and have them decide ascending or decending, i.e., sort column1by asc|des, then sort column3 by asc|des, then sort column5 by asc|des... etc...the infragistics groupBy feature comes close to supporting the above, but groupBY always presents the data as a drill-down tree with the leaf displayed as a grid.is there a way to display the result data without tree nodes and drilling down? i would like to do the groupBy but have the results displayed as a grid only.Is there another infragistics built-in feature to accomplish priority sorting and results displayed as a grid only?
thanks in advance for your assistance...
good stuff!
thanks again.
thanks very much for that answer. but i do have 1 follow-up.
i now understand that the priority is determined by the order of the clicking, but i would like
to reflect the order, i.e., 1,2,3, etc... via a tooltip on the column header. does that mean that i will have to trap the <shift> and mouse-click and keep track column priorities that way? or is there a simpler technique?