Unable to retain the order of grouping of column headers in an ultragrid.What I am trying to do here is group by certain column headers and i would like to know a property that returns to me the order in which i have grouped by. For isntance, if i have columns A through E.And i group by B, then A, then D
(B -> A -> D) i want some property that would tell me the exact position of each column in this hierarchy. Is there such a property? If anyone knows, please do let me know, thanks!!
Hi John,
UltraWinGrid has no support for paging in any version at this time. You should Submit a feature request to Infragistics
Mike,
We use UltraWindGrid v3 for our app. But it is very slow when It loads large data.
I try to look for a way to use paging for this grid (filter is not an option for us at this time) but I don't see how. Does it support paging for this version or posible a new version.
Thanks
John Ho
Mike,Thanks a lot. I'll try this out and let you know how it works out.
Hi,
Grouping is very tightly tied to sorting. So what you need to do is loop through the band.SortedColumns collection. The order of the columns in the collection is the order of the sorting/grouping.