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
60
UltraWebGrid virtualScrolling.
posted

Hi,

We are trying to implement virtual scrolling using the UltraWebGrid.

The rows in the grid are non-hierarchical.

We used Browser="XML" in UltraWebGrid and LoadOnDemand="Xml" XmlLoadOnDemandType="Accumulative" RowsRange="50" under DisplayLayout.

We also added the InitializeDataSource event where we load the dataSource (Sql DataTable) to the grid.

gridMatrixDetails.DataSource = mySQLDataTable

gridMatrixDetails.DataBind();

The grid loads without any error & we see first 50 records. However, as we scroll down to get the next set of 50 records, we get a 'refresh' icon on the grid momentarily. However, the next set of 50 records are not loaded. We still see the 50 records that were loaded initially.

We do not get any javascript / .net errors either.

Please advise or provide sample code.

Regards,

Mithilesh

Parents
No Data
Reply Children
No Data