I hava a datatable with large amount of data (250K).
I have used DevExpress component and nhibernate.
In devexpress components is server mode, but it does not suit me because I am using nHibernate.
In the table is many column as well. And 5 relation tables which displays together with main table (250K records).
What a best way to advise me to achieve the goal?
Thanks and sorry for my English.
EDIT:
How to implement loading data with small portions?
If I understood your question, you probably need pagination: loading and displaying data in chunks. NHibernate supports this with ICreteria and a combination of SetFirstResult/SetMaxResults: