I'm using SmartClientPro 8 stable version 2011-01-05.
Determining totalRows of an sql query is an expensive operation. So I calculated totalRows only on the first paging request for a datasource (startRow = 0). On subsequent dsResponse I did not send totalRows. This worked fine in SC V7.
In SC V8 this behavior changed. Now listGrid recalculates size if totalRows is missing in any dsResponse. Leading to a wrong size.
Can you go back to the old behavior?
Thanks
burkhard
Determining totalRows of an sql query is an expensive operation. So I calculated totalRows only on the first paging request for a datasource (startRow = 0). On subsequent dsResponse I did not send totalRows. This worked fine in SC V7.
In SC V8 this behavior changed. Now listGrid recalculates size if totalRows is missing in any dsResponse. Leading to a wrong size.
Can you go back to the old behavior?
Thanks
burkhard
Comment