Reputation: 57
I'm using jqxgrid (http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-getting-started.htm) and datepicker (jQuery).
When I click on the textbox to open calendar, it's appearing under the jqxgrid column. Please see the attach picture.
Upvotes: 0
Views: 792
Reputation: 2297
It would be better to update the z-index of your datepicker, not to jqxGrid
Upvotes: 0
Reputation: 57
issue is solve. set the zindex in style
.jqx-grid-column-header{z-index:0!important;}
Upvotes: 1