views:

94

answers:

0

Hi,

We're using a RadGrid in DotnetNuke module to show a list of stores. The user can filter the list of stores by choosing a country and province from drop down lists that are separate from the grid.

The page count and item count figures are incorrect all the time. We've tried using DataBind and Rebind on the Grid object, but it makes no difference. We use an ObjectDataSource to populate the grid and we've debugged to the point where the data is actually extracted from the datasource and confirmed that in some cases only 2 records are being extracted, but the grid still shows 159 items.

Any idea where we could be going wrong?

Thanks Jacques