We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

refreshContent method on grid with VirtualScrolling

Hi,

i have allowed the virtual scrolling on this grid, but when i run "refreshContent" method the vertical scroolbar works bad.
See zip file for screenshots

var columns = []; // empty only for this script
var params = { tipo: 1, nome: 'test' };
$('#grid').ejGrid({
dataSource: ej.DataManager({
url: window.location.rel='nofollow' href + '/_GRID',
offline: loadAll,
adaptor: 'UrlAdaptor'
}),
actionBegin: function (args) {
$.each(Object.keys(params), function () {
args.model.query.addParams(this.toString(), params[this]);
});
},
columns: columns,
allowReordering: true,
showColumnChooser: true,
allowResizing: true,
allowResizeToFit: true,
allowScrolling: true,
scrollSettings: { allowVirtualScrolling: true, height: height, width: 0 },
allowFiltering: true,
filterSettings: { filterType: 'menu' },
allowSearching: true,
allowSorting: true,
allowMultiSorting: true,
allowSelection: true,
selectionType: 'single',
selectedRowIndex: 0
});


Attachment: grid_77f2c5d0.zip

1 Reply

BM Balaji Marimuthu Syncfusion Team December 31, 2014 12:00 PM UTC

Hi Stefano,

We considered this requirement “Grid VirtulScrolling issue in refreshcontent” as bug and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

 

Regards,

Balaji Marimuthu


Loader.
Live Chat Icon For mobile
Up arrow icon