Tobias
Tobias

Reputation: 2985

Getting Sorted Data from DevExpress-GridControl

I'm using a DevExpress-GridControl with built-in sorting. When exporting the data to a Report I want to use the sorted data from the grid. The binding-/datasource representing the data stays unsorted.

Is there a way to get the data in a sorted order?

Thanks in advance Tobias

Upvotes: 0

Views: 1531

Answers (1)

DmitryG
DmitryG

Reputation: 17848

I believe this sample will be helpful:
How to convert an XtraGrid to an XtraReport at runtime

Upvotes: 0

Related Questions