Hi,
I am using a radgrid with Cardview. Since I use the cardview, I put my pageSize to 1 so one item is visible per page.
The grid has a list of products as datasource. (List<Product>).
I am able to filter out the needed products, but I want to genereate a report from those filtered items.
So how is it possible to get all the remaining items in the grid? When I use grid.Items, only the item on the current page is inside.
And I also have an other question. Is it possible to get the data (in my case now the product) the radgrid item is based on?
It is possible to get the current row with all it's values, but what if my row doesn't hold all the values I need in my code?
Thanks in advance.