Search is failing me. Is there a known issue with the performance of selecting grid rows in IE8? With 15 columns and 100 rows,selecting a row takes 3 seconds...
.Selectable(select => select.Type(GridSelectionType.Row).Mode(GridSelectionMode.Multiple))
Works fine in Chrome. We don't have that option though.
Update: Upgrading to jQuery 1.8.2 may have resolved this.
.Selectable(select => select.Type(GridSelectionType.Row).Mode(GridSelectionMode.Multiple))
Works fine in Chrome. We don't have that option though.
Update: Upgrading to jQuery 1.8.2 may have resolved this.