Select to view content in your preferred language

FindTask to ItemFileReadStore to enhanced grid

614
2
08-06-2012 01:40 AM
MatejSkerjanc
Regular Contributor
Hello guys i'm using previously stated setup and if my find task returns more then 698 (i.e. 699) items the grid returns error. Now i've been told i should use query read store but that one requires some sort of pagination, is there a way how to handle(via request url) the pagination?


Thank you for your time
0 Kudos
2 Replies
derekswingley1
Deactivated User
The idea that the ItemFileReadStore has a limit of 698 records is a strange one. Can you elaborate on how you arrived at that conclusion?

Usually when you see issues along the lines of "my query/identify/find task works for xx records but not xx records", you need to configure a proxy. Does your application has a proxy configured?
0 Kudos
MatejSkerjanc
Regular Contributor
well i do have proxy.

Thing is i tested like this after noticing error message on enhanced grid: i tested various numbers till i came up to the one that still worked and it was 698. By tested i mean changed the number of objects returned by service in the manager.
Anything above that my datagrid just doesnt work. FileReadStore probably really isnt the culprit since it can accept anything i send. But edgrid produces error everytime find task returns more then the mentioned number.

Just tested with only one type of objects as result set with 5k count and it works, apparently there's issues with something else
0 Kudos