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
265
Bug: LoadOnDemand and Sorting
posted

Hello,

I am using a grid with the following features:

                {
                    name: 'LoadOnDemand',
                    chunkSize: 200,
                    loadTrigger: 'button'
                },
                {
                    name: 'Sorting',
                    applySortedColumnCss: false
                },
                {
                    name: 'RowSelectors',
                    enableCheckBoxes: true,
                    enableRowNumbering: false},
                {
                    name: 'Selection',
                    multipleSelection: true
                },

it is bound to a RESTDataSource (odata).

To reproduce:

- Load more data

- Click on column header to sort

=> The displayed rows do not start at the top of the sorted data

I guess it is starting at the last page that was loaded on demand.

Version: Infragistics.Web.ClientUI Grid 13.2.20132.1010

Best regards,

Peter

Parents
No Data
Reply Children
No Data