Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
Convert a DataSet Or an XML File to FlatDataSource
posted

Our application generates DataSet and feeds that to WinGrid. Now I need to use this DataSet to use it in PivotGrid. I know that I must use FlatDataSource for PivotGrid, but it not possible since we get the DataSet from the server and we want to do this in the client. Is there a way to convert our existing DataSets to FlatDataSource so we can use it in Pivot Grid?