This question is locked. New answers and comments are not allowed.
Hi,
We just converted an application to use the RadDomainDataSource and RadDataPager.
After doing this, the filter options only show values that exist on the current page instead of a distinct set of values across all pages.Consequently, for a user to filter for records they first have to find a page that actually has that value.
Is there a way to tell the control to return ALL distinct values for a column along with only the data for the current page?
I have experimented with the DistinctValuesLoading event, unfortunately doing this will be quite a bit of work and it seems like this should be something the grid is natively capable of.
Thanks for any input,
Will
We just converted an application to use the RadDomainDataSource and RadDataPager.
After doing this, the filter options only show values that exist on the current page instead of a distinct set of values across all pages.Consequently, for a user to filter for records they first have to find a page that actually has that value.
Is there a way to tell the control to return ALL distinct values for a column along with only the data for the current page?
I have experimented with the DistinctValuesLoading event, unfortunately doing this will be quite a bit of work and it seems like this should be something the grid is natively capable of.
Thanks for any input,
Will