I want to do something very simple. I want to be able to group all my data as opposed to one page of my data using OutlookGroupBy. My grid correctly display 800 pages and correctly groups data up, but the data is grouped only for one page at a time. This functionality is useless unless the grouping can be done on all records.
I thought that this knowledge base article would help:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=2321
But it doesn't explain how to get around the problem. The article mentions EnableInternalRowsManagement but that property doesn't seem to do anything.
Help I'm stuck here.
The problem is solved when the property below is set
LoadOnDemand="NotSet"