kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
558 stars 302 forks source link

Expandrow child gridview editable not working after migrating to Yii 2.0.49 #1078

Open arnoschrijver80 opened 10 months ago

arnoschrijver80 commented 10 months ago

Prerequisites

Steps to reproduce the issue

  1. Create a gridview with expandable and editable rows with gridview and editable columns inside
  2. Try to edit columns on the main gridview (works)
  3. Try to edit columns on the on the child gridview (does not work)

Expected behavior and actual behavior

The editable columns in both main and child gridview are working.

When I follow those steps, I see... The fields in the child gridview aren't working anymore after a yii2 upgrade

I was expecting... Both main and child gridview editable working as before upgrade yii to 2.049

Environment

Apache 2.4.56 PHP 8.2.8 Yii 2.0.49

Browsers

Operating System

Libraries

Isolating the problem

Main gridview editing works: afbeelding

Child gridview editing does not work: afbeelding