YiiBooster
YiiBooster copied to clipboard
TbExtendedGridView with delete button inside the TbRelationalColumn
I have a TbExtendedGridview inside the TbRelationalColumn. If I'm deleteting a record on the first TbRelationalColumn grid, everything was ok. But if I open another relational column grid, the delete confirmation pops-up 2 times. And after opening many relation column grid, the delete confirmation shows on how many relational grid is open.
How can I make that even if I open many relational column grid, only one delete confirmation will appear.
Thanks.
I did a quick fix on this. I added a date('YmdHis') on the 'id' parameter of the TbExtendedGridview under TbRelationalColumn but another error shows. #943