Note : I looked in to other similar questions but solutions there didn't help my cause.
In a webpage I have a datepicker and dialog box. My datepicker is getting generated but not coming in front, which I suspect is due to z-index. Hence I changed the css of datepicker to
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; z-index: 9999 !important;
This applies the z-index(as shown in image below) but still I'm not getting to datepicker in front !! ??