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
I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
The issue still exists against the latest master branch of yii2-grid.
This is not an usage question. I confirm having gone through and read the documentation and demos.
This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
I have attempted to find the simplest possible steps to reproduce the issue.
[] I have included a failing test as a pull request (Optional).
Steps to reproduce the issue
I edit a cell with a dropdownlist and I update its value
I edit another (or the same cell) and I update its value
If I do click in any editable cell, the popup won't show anymore, I have to refresh the page.
Expected behavior and actual behavior
For step 1: The row will show the ID instead of the configured value.
For step 2: Here, if I edit the same column, the value still is the same ID, but if I edit another column, the value is the configured in the value setting for the column.
The step 3 is descriptive.
I was expecting, for steps 1 & 2, after editing the row with the dropdownlist, to see the configured value instead of the ID.
For the step 3, to show again the popup to edit any row.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I know it's an old issue but just recently saw the issue: if I set the refreshGrid option to true, when I try to edit the same or any other cell, the popover won't show, but if I set the above option to false, then the popover will show.
Prerequisites
master
branch of yii2-grid.Steps to reproduce the issue
Expected behavior and actual behavior
For step 1: The row will show the ID instead of the configured value.
For step 2: Here, if I edit the same column, the value still is the same ID, but if I edit another column, the value is the configured in the value setting for the column.
The step 3 is descriptive.
I was expecting, for steps 1 & 2, after editing the row with the dropdownlist, to see the configured value instead of the ID.
For the step 3, to show again the popup to edit any row.
Environment
Browsers
Operating System
Libraries
Isolating the problem
The text was updated successfully, but these errors were encountered: