Hi Support!
I am evaluating RadPivotGrid, and I have one question about it: I am using RadPivotGrid1_NeedDataSource(), and the code is:
System.Data.DataTable mDataTable = ReturnDataTable();
(sender as RadPivotGrid).DataSource = mDataTable;
And I would like to move all fields that will be show in "All Fields Area" to "Filter Area" in server side code. Is it possible? How to do it?
Thanks!