Hi, maybe we do not use the grid correctly.
We got a collection of 2000 items. The DataSource is local.
If we what a fast and responsible grid we have to use paging (changing theme, reloading grid take long time when 2000 items are displayed Ethier with scrollbar on the grid). So we set the paging at 50 items/page.
But with paging On, grouping are useless for us. When grouping start, I collapse all groups to let the user open the one he need. But if the first group contain 400 items, all other groups do not show in the list. To show all group I must set the paging to 2000 and then slow the grid process.
Any suggestion?
We got a collection of 2000 items. The DataSource is local.
If we what a fast and responsible grid we have to use paging (changing theme, reloading grid take long time when 2000 items are displayed Ethier with scrollbar on the grid). So we set the paging at 50 items/page.
But with paging On, grouping are useless for us. When grouping start, I collapse all groups to let the user open the one he need. But if the first group contain 400 items, all other groups do not show in the list. To show all group I must set the paging to 2000 and then slow the grid process.
Any suggestion?