This is a migrated thread and some comments may be shown as answers.

RadWindow issue in RadGrid

1 Answer 82 Views
Window
This is a migrated thread and some comments may be shown as answers.
Michał
Top achievements
Rank 1
Michał asked on 17 Nov 2016, 01:14 PM

Hello I have an issue with RadWindow.

On my detail (nested) grid I have a GridButtonColumn with properties set:

CommandName="Delete" Text="Delete" UniqueName="DeleteColumn" ButtonType="ImageButton" ImageUrl="~\images\icons\remove-icon-small.png"  ConfirmText="Are you sure you want to delete?" ConfirmDialogType="RadWindow"

 

Everything is working fine untill I expand more than one parent grid item and try to delete nested grid item.

RadWindows is goin to left-top corner of a browser and confirmation doesn't work - deleting items is working but confirmation windows doesn't appear.

Looking forward to you reply.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 21 Nov 2016, 09:22 AM

Hi MichaƂ,

I have not seen such issues and I can suggest you check the following:

  • make sure there are no script errors on the page
  • ensure the page markup is valid
  • ensure a RadWindowManager is present on the page and all RadWindow/RadWindowManager instances use the same RenderMode
  • the <html>, <body> and <form> elements do not have special positioning and/or rules similar to margin: auto as they can offset the RadWindow positioning (it is a direct child of the <form> element with position: absolute)


Regards,

Marin Bratanov
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Window
Asked by
Michał
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or