Be sure your post includes:
1. SmartGWTPower 2.4, IE 8
I have 20,000 records displayed in the listgrid with 5 columns. I am using groupby to group the records.
Initially group by does not work and I came to know that I have to set
ListGrid.setGroupByMaxRecords(50000);
I wonder why we need to set the maximum. What happens if the records or more than 20,000. Again group by will not work.
Irrspective to the group by Max records, if Iset the value as stated above, group by wont work in IE or Safari.
1) Can we do with out setting the max for group by
2) how to avoid the script error in IE/Safari.
Do you have any solution ?
1. SmartGWTPower 2.4, IE 8
I have 20,000 records displayed in the listgrid with 5 columns. I am using groupby to group the records.
Initially group by does not work and I came to know that I have to set
ListGrid.setGroupByMaxRecords(50000);
I wonder why we need to set the maximum. What happens if the records or more than 20,000. Again group by will not work.
Irrspective to the group by Max records, if Iset the value as stated above, group by wont work in IE or Safari.
1) Can we do with out setting the max for group by
2) how to avoid the script error in IE/Safari.
Do you have any solution ?
Comment