Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Sorting / Pagination/ Multilingual
posted

We have been using NetAdvantage 2006 (prob time to upgrade) but beofre we do i want to understand if some of our problems ahve been solved.

We are typically dealling with a large amount of data, and we have found that the grids do not alway do so well in these cases. typically we are dealing with 100,000 to 200,000 rows of data that the user is trying to organize

1. If we use pagination and want to use the infragistics control for sorting, if the user sorts on a column it only sorts that page rather than the whole data set. This is basically useless. Is there an easy way to accomplish this without writing additional routines. Or must we write something customer

2. If we want to use the search functionality, we ahve found with this many rows, it doesn't really work in infragistics. It takes way to much time to return the result

3. If we want to provide checkboxes, and want to allow the suer to select items on multiple pages, when the user goes from apge to page, it does not maintain the checked box on the previous page. So if the user wants to search, select, search select. You can not do this on a multiple page document

4. We have been using prev/next for pagination, but have had a tough time replacing these with XML tags so that we can cahnge the language as needed.

Any suggestions are welcome