Rank: Member Groups: Member
Joined: 6/4/2010 Posts: 16
|
Hello,
I have a query that retrieves more than 150,000 records, stops eo.grid and no page loads.
how many records load Eo.grid ? and how I can fix this?
Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to run the Grid in server mode (set RunningMode to "Server") to handle that many records. In server mode you must change your query to return only a single page of records.
Thanks
|