Hi,
Virtualization grid is not taking correct RowIndex.
Used row Virtulaization in the Grid and Mode is continuous.
rowVirtualization : truevirtualizationMode : "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.
Please provide any help regarding the above Query. Any other work around.