slickgrid - Slick Grid: Slick grid using with Bootstrap popup calendar issue -


i using slick grid bootstrap . have slick grid in page , onclik of button of page 1 bootstrap pop open thenin popup have choose date insert in cell. calendar coming in behind popup.

what should do.

please add follwing code in page solve issue here ui-datepicker-div id hash symbol need prefix

ui-datepicker-div { z-index: 99999 !important; /* must > popup editor (950) */ }


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -