Hi I'm using 2013.2.
Currently I'm using 2 RadGridView:
1st MainGridView and 2nd SelectedGridView.
The 1st is the main UI control, and 2nd is just for getting the AggregationResults of the selected rows in the 1st RadGridView.
So basically the 2nd is not on the UI.
I am trying to make the 2nd grid has the same columns with AggregationFunctions as the 1st grid has.
So I hope to have an easy way of Cloning the column dependency object instance from the 1st grid and add them into the 2nd grid, hence, I could easily get the AggregationResults of the selected rows of the 1st grid.
Thanks
Currently I'm using 2 RadGridView:
1st MainGridView and 2nd SelectedGridView.
The 1st is the main UI control, and 2nd is just for getting the AggregationResults of the selected rows in the 1st RadGridView.
So basically the 2nd is not on the UI.
I am trying to make the 2nd grid has the same columns with AggregationFunctions as the 1st grid has.
So I hope to have an easy way of Cloning the column dependency object instance from the 1st grid and add them into the 2nd grid, hence, I could easily get the AggregationResults of the selected rows of the 1st grid.
Thanks