I am using SmartClient version 3.0 power NB 20120828. Using Firefox 10.4 esr. I have a ListGrid table that has several listgrid fields and multiple select items for them. When the listgrid is being created, the options that are set are autofetch(false), setHeight100(), setWidth100(), setDataSource(dsName), setFilterOnKeypress(true) and the adding of the ListGridFields. The multiple select items also have their own datasource. The database is an Oracle 11 database. What happens is when the table is initially loaded, the only filter that is set is a datetime filter, which is on one of the columns. So all records from the past 7 days should show up in the listgrid. The total number of records is in the millions. However, only 44 records show up. There is no other filtering done on our part beyond the date. Another weird thing that happens is if I click on a column header to sort by that column, a different set of 44 records show up, filtered by that column. However, when I select one of the values from the multiple select dropdown for a column then more records show up, actually all the records filtered by that type show up. It seems like there was too much data too display. But even with selecting a choice from the multiple select item yields millions of records. Could we be setting some table setting somewhere that we don't know about that would limit the number of records displayed on the listgrid? What could possibly be the issue here? Is there any additional information you would like for me to provide? I attached the datasource xml file for the listgrid.
↧