Hello Telerik team,
i have two problems in my project.
the first one occures while Radwindow is moved over Heavy-Weight Objects.
The border of the window disappears while it is over the object (mouse key down).
If i stop moving the window, the border is drawn again (mouse key up).
IE is an special case. Here i can only stop moving the window, if a part of it is not over the object. Otherwise i am not able to do it.
The HTML in this window is visible all the time.
Overlay property of the window is set to true, and the z-index of the window is higher than the z-index of my PDF-Viewer Plugin.
Do you have any hints for me?
The second Problem:
I have a grid with enabled inline-edit mode and all rows are editable.
In the commanditem of this grid is a search-button for possible entries.
If i tab to an open cell an click this search button, the cell loses focus and a radwindow with possible entries is shown.
After the search-value is found and confirmed, it is automatically insertet in the "opener" cell. The focus is set to it as well.
But if i want to tab to the next cell, the first cell of the first row is selected. Is there a possibility to resolve this issue without setting tabindex for every cell manually?
Thanks a lot!
