Not able to select the record in Visualized Grid after certain actions.
(1) it does not happen if EnableVirtualization="false"
(2) it does not happen if I remove this line: <GridEvents Created="OnGridCreated" TValue="MyGridRow" /> Which is strange because in the sample project, the OnGridCreated method
when I set Height="2000" instead of 500, I get a couple of errors/exception in the console:
(1) Immediately when loading:
2) When selecting a row:
Error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')