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
85
Getting incorrect RowIndex in VirtulaizationGrid
posted

Hi,

Virtualization grid is not taking correct RowIndex.

Used row Virtulaization in the Grid and Mode is continuous.

rowVirtualization : true
virtualizationMode : "continuous"

Rowindex number is taking from the cellClick function. But in the firtpage
RowIndex is getting correctly. By scrolling down rowindex number is not taking correctly.
Didnot use any pagination.
var selectedRowIndex;
cellClick: function (evt, ui)
{
selectedRowIndex = ui.rowIndex;
}


Please adivce is there any other proerty needs to be consider fo Reading correct Rowindex number for rowVirtualization grid.

Parents
No Data
Reply
  • 85
    Offline posted

    Please provide any help regarding the above Query. Any other work around.

Children
No Data