user3326837
user3326837

Reputation: 57

jqxgrid is overlapping with datepicker

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.

enter image description here

Upvotes: 0

Views: 792

Answers (2)

scripto
scripto

Reputation: 2297

It would be better to update the z-index of your datepicker, not to jqxGrid

Upvotes: 0

user3326837
user3326837

Reputation: 57

issue is solve. set the zindex in style

.jqx-grid-column-header{z-index:0!important;}

Upvotes: 1

Related Questions