Create New entry screen form elements are not editable in jQuery Dialog

Create New entry screen form elements are not editable in jQuery Dialog

sseenivasansseenivasan Posts: 1Questions: 1Answers: 0

I have created a editable data table in jQuery Dialog box. On clicking new button "Create New Entry" screen open up. The form elements are not editable but "Create" button is working. The form elements becomes editable after I close the parent jQuery Dialog screen which contains the data table.

How to make the Create and Edit screen form elements editable when it opens on top of the jQuery Dialog.

Please note only the form elements are not editable however the "Create" and "Update" buttons are functioning without closing the parent jQuery Dialog screen.

I have provided a higher Z-index for the "div.DTED_Lightbox_Wrapper" so that the create and edit screen opens on top of my Dialog box.

Answers

  • allanallan Posts: 61,972Questions: 1Answers: 10,160 Site admin

    It does sound like a z-index issue, but to be able to understand exactly the elements and values involved, and thus what would be required to fix it, I would need a link to the page showing the issue please.

    Allan

This discussion has been closed.