Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Modal row template
posted

Hello.

I'm trying to make row template modal. It will work like this:

1) div element covering all the page with z-index set to rowTemplate.style.zIndex - 1

2) RowTemplate musn't close when user clicks somewhere on the page (our special div will suppress any events as it lays right below rowTemplate).

So that nothing should happen 'till user presses OK or Cancel.

The problem is with item 2. How can I remove "automatic close" mechanism there?