Bug: Data Grid - Selected rows not highlighted

When selecting a row in the data grid / clicking the checkbox, the row is no longer highlighted.
Calling the grid.refresh method updates the state...

Can also be reproduced on demo:

Hi,

While using DataGrid we define the model class as IEnumerable, just change the IEnumerable to IList for highlighting the row in single selection

Hi,
Are there any updates on this issue?

Hi @robi26,

I've just published update with this fixed. Thanks for the report!

Hi
Thanks. Works again