Isomorphic,
I have come across this strange behavior today. I enabled the filter editor and put a criteria which would fetch only few rows (10 rows, all fetched on first request). When I try to filter the client side data by entering some values and clicking the filter icon, it displays the message: 'No items to show'.
It doesn't show even after clearing all the filter editor entries.
The same works in the case when a query doesn't fetch all rows to the client i.e when server side filtering is involved. It works absolutely fine as long as all rows are not present on client-side.
I don't get any errors etc. in the logs. There is no entry in the log at all when I press the filter button when whole data is available on client side.
Version:SC_SNAPSHOT-2012-01-17_v8.2p/Enterprise Deployment 2012-01-17
Happens on all the browser without any log message or error.
Using SQL datasource.
Can you please look into this asap.
Thanks.
I have come across this strange behavior today. I enabled the filter editor and put a criteria which would fetch only few rows (10 rows, all fetched on first request). When I try to filter the client side data by entering some values and clicking the filter icon, it displays the message: 'No items to show'.
It doesn't show even after clearing all the filter editor entries.
The same works in the case when a query doesn't fetch all rows to the client i.e when server side filtering is involved. It works absolutely fine as long as all rows are not present on client-side.
I don't get any errors etc. in the logs. There is no entry in the log at all when I press the filter button when whole data is available on client side.
Version:SC_SNAPSHOT-2012-01-17_v8.2p/Enterprise Deployment 2012-01-17
Happens on all the browser without any log message or error.
Using SQL datasource.
Can you please look into this asap.
Thanks.
Comment