You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems you are talking about the highlight. You seem to have other CSS on the page applied to the rows which maybe over riding the background styles. Cross check and override this CSS behavior and change the checkbox column row highlight class property to fit your use case.
@kartik-v I checked and my css is ok. The problem occur because some event is removing the class 'selected-row' from previous selected row, but it problem is fixed after applyFilter is applied on grid probably because event is unbinding. It may be an update on Yii2 that needs to be adjusted in this widget. Posted here yiisoft/yii2#17466
yiisoft/yii2: 2.0.23
kartik-v/yii2-grid: v3.3.2
PS: The problem happens on first render, after filter or order grid selection works correctly.
The text was updated successfully, but these errors were encountered: