[Migrated content. Thread originally posted on 16 July 2008]
Some background to what we do. We have a couple of programs that we use grid controls for data entry. In one program the user can select the option to create a list of items that will be populated into the grid. This is like an order system, where they create the list and then just enter down through the quantity cell to put in the appropriate amounts. The other grid control that I use is simular where they can do a lookup from a data file to select a group of records that are pre-populated in the grid for changing data fields.Now, the problem I have is that when I populate the data, running on the server (local data), it will load the list in 10 to 15 seconds. When I try to load the same list through Thin Client, it will eventually time out and the application will completely drop out. That's with the first program, the other program that loads around 300 records will only take about 3 seconds on the server, but takes about 2 minutes to load when running over the client.
Does anybody know what I need to do to fix this?



