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

RadAlert design problem

1 Answer 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ing. Jesus Manuel
Top achievements
Rank 1
Ing. Jesus Manuel asked on 29 Apr 2013, 07:18 PM
My problem is on the design of radAlert

See the picture attached please.

As you can see there are another two extra buttons behind the normal ones, does someone knows why is this happening? please.

The radAlert from the picture happens when I click a buttonColumn from a RadGrid, see the code.

<telerik:GridButtonColumn ConfirmText="¿Eliminar registro?" ConfirmDialogType="RadWindow" ConfirmTitle="Eliminar"
                ButtonType="ImageButton" CommandName="Delete" ConfirmDialogHeight="140px" ConfirmDialogWidth="250px"  ItemStyle-HorizontalAlign="Center" />

Thanks

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 01 May 2013, 11:10 AM
Hi,

I  have tried to reproduce the issue with the code provided, but to no avail. From the attached image, I would say, that you have some global CSS applied to elements such as: anchor and/or span, as these are the elements that are used to render the button in RadWidnow alert.

I would suggest you, to remove all custom styles, and then try again to load you project and check if everything is correct.

From the demo at: http://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx that the buttons are rendered properly, so most probably the issue is caused by a global CSS rule as I mentioned.

Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
Ing. Jesus Manuel
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or