Hello, I am using DevExpress XtraGrid to show data from Postgres database. To do this I am using NHibernate 3.0.
Firstly I was trying to use normal IList<object> as a data source to check if I can get data from database and if the db connection is working. As a result I get proper connection and all records from database.
In next step I was trying to pack data from database into LinqServerModeSource, which need to get IQueryable source. In my database I have about 7000 records and as a result on the grid I received 7000 rows, but only 128 of them contain data. It seems that SM is not getting next records when I scroll it down.
Can anubody give me some support in this topic? Have you used DevExpress and ServerMode? Can you give me some possibilities how to get IQeryable data from postgres database?
Thanks in advice Maciek
|