Here's the demo I saw, "Edit Form Types":
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx?skin=Glow
First, click the radio for "pop up" mode. Then, click "edit" on any row. You'll see a modal form with a dropdown on it. So far so good...
But clicking the dropdown reveals the dropdown's "option" list is z-index'ed behind the modal form - in fact, it's going to be part of what is greyed out from the grid behind the popup. User cannot click on the options (and here, cannot even see them); has to navigate down this list.
I tried IE 10 and also Chrome. Also, this will work in "inline" mode - but then, it would. Z-order *matters* on a popup.
I ran into the problem when doing the same sort of thing as on this demo. Since the demo is broken here, the sample code is just the code on Telerik's own demo.
-- D.R.
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx?skin=Glow
First, click the radio for "pop up" mode. Then, click "edit" on any row. You'll see a modal form with a dropdown on it. So far so good...
But clicking the dropdown reveals the dropdown's "option" list is z-index'ed behind the modal form - in fact, it's going to be part of what is greyed out from the grid behind the popup. User cannot click on the options (and here, cannot even see them); has to navigate down this list.
I tried IE 10 and also Chrome. Also, this will work in "inline" mode - but then, it would. Z-order *matters* on a popup.
I ran into the problem when doing the same sort of thing as on this demo. Since the demo is broken here, the sample code is just the code on Telerik's own demo.
-- D.R.