Hi,

Suppose i have a model which is having some (data) rows.
Now i want to display that data in two different views in different form like one view will display all data as it is in the model.
another view will display data in consolidated form for example
two or more than two rows belongs to same id or category, so need to display in single row.

Let say three rows have 101, view1 will be having three rows and view 2 will be only one consolidated row.

How i can achieve this.

I want underlying data should be same (don't want to duplicate for different views).