I need to know if it's possible to split a datasource (or duplicate it as number of grids) in different grids ?
My requirement is that i need to split data contained in one datasource based on it type of information in as many grids as type.
If its possible how to do that ?
For now, i tried by duplicate the datasource and in it init method made a query based on the type i want for the first grid and so on, but it doesnt work.
Regards.