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 does not work with (multiple) selections
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).

1. When the grid loads new data the current selection of rows is lost.

2. I cannot select more rows using the checkboxes of the rows that were loaded on demand.

Version: Infragistics.Web.ClientUI Grid 13.2.20132.1010

Best regards,

Peter