kartik-v / yii2-grid

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

Problems with boostrap dialog #965

Closed paulocoutinhox closed 3 years ago

paulocoutinhox commented 4 years ago

Prerequisites

Steps to reproduce the issue

  1. Use the grid

image

image

Environment

macos catalina

Browsers

Operating System

Libraries

sptik12 commented 3 years ago

got the same issue

sptik12 commented 3 years ago

fixed by setting bsDependencyEnabled to true

kartik-v commented 3 years ago

Yes either set bsDependencyEnabled to true or ensure you have the Bootstrap JS/CSS library loaded on your view / view layout.