|
|
Paging the Datagrid view
Posted: 10 Feb 08 2:51 AM
|
Hi Im trying to paging the datagrid in the tabpane.. Is there are any properties in SLX7.0.. Is that the only way to solve using code vbscript using next, previous buttons?
Thanks in advance for your help.. |
|
|
|
Re: Paging the Datagrid view
Posted: 11 Feb 08 12:18 AM
|
Originally posted by Kirrubananthan
Is there are any properties in SLX7.0.. Is that the only way to solve using code vbscript using next, previous buttons? |
|
Correct. No properties built-in for paging. You'd have to code it (or use some other 3rd party grid control with paging). One thing to be aware of, there are some issues in the SLX provider with paging that were fixed in 7.2. Event with coding it you might not get good results (until you upgrade).
-Ryan |
|
|
|
Re: Paging the Datagrid view
Posted: 11 Feb 08 7:16 AM
|
If it is a Read-Only set of data (no Add/Edit involved) - You can enable "VSSC" and it will automativcally handle large datasets for you.. -- RJLedger - rjlSystems |
|
|
|
Re: Paging the Datagrid view
Posted: 12 Feb 08 12:38 AM
|
I made the grid as Read only, and checked the useVSSC property in the datagrid.. but still I didnt get the result in the datagrid.. its taking lots of time to load the grid since it has 5000+ records.. But for a temporary solution I had inserted date and row filter to over come ...
will the VSSC work properly in the SLX 7.0.4.? What shall I do for it? Will it slower the server if I use the VSSC property.. will any harm in performance... Thanks for your help!!! |
|
|
|
Re: Paging the Datagrid view
Posted: 13 Feb 08 9:35 AM
|
Slx v7.0.4?.. No such version...
You can read about VSSC in the help files and LAN Dev ref. -- RJLedger - rjlSystems |
|
|
|