Hello!
On my current project I need to replace der ASP.NET Gridviews with the Ultrawebgrids. On one page I display initially 1000 rows, so I use AJAX to speed up the page handling.
My problem is that no matter which options (Browser, data type etc.) I set on the Webgrid or the data source, when I use load on demand only the first 50 rows are displayed. When I use the "Background" loading behavior, the grid shows the "Loading" symbol constantly; with "Virtual" the symbol appears briefly when I scroll past the first rows, but there are no new rows added in the view.
I'm using the DataSourceID of the grid to assign the data. Paging is not an option.
Can you please help me?
Here are the required SQL scripts for the database. I'm currently working on the access database.
Can you provide only crreate table scripts, required for the sample?
I would poppulate it with some sample data and try to execute the application.
I have downloaded the code.
For data, could you make MS-Access mdb file?
Sorry, the upload somehow failed.
Ok, here is a Visual Studio 2008 Project with the relevant page and its dependencies. The page and its comments are in german, but I think that this shouldn't be a big hindrance.
The lower part of the page has the custom build filter options for the machine (= Anlage), error code (= Fehlernummer/Fehlernr) and time period of the appearance of the machine error. Please remember that I've built this before I started using the Webgrid for this page.
However I couldn't attach the required database (Sql Server 2000 mdf file, 12 MB size, 4 MB zipped) because of the 200 kB Upload restriction.
I've tried unsuccessfully to mimimize its size (Shrinking and keeping only the nesseccary data). How can I send you this?