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

"DeleteColumn" (GridButtonColumn) error

1 Answer 28 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 27 May 2009, 06:27 PM
I'm using a RadGrid with MasterTableView and the following GridButtonColumn to delete records in the Grid:

 

<telerik:GridButtonColumn
ButtonType="ImageButton"
CommandName="Delete"
Text="Delete"
UniqueName="DeleteColumn"
ConfirmDialogType="RadWindow"
ConfirmText="Are you sure?"
ConfirmTitle="Delete Record">
<
ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" />
</telerik:GridButtonColumn>

 

 

The aspx page with the RadGrid is actually a Content page (partial class), using the Master / Content construct in ASP.NET.  I have a RadAjaxManager on the Master and a RadAjaxManagerProxy on the Content page.  The Delete button in the grid eventually times out and is throwing the following error:

"Microsoft JScript runtime error: Out of stack space"

If I set the ConfirmDialogType back to "Classic", all is fine and the RadGrid's OnDeleteCommand event fires as expected.  Any ideas how to get the "RadWindow" ConfirmDialogType to work correctly?  I think this control may be having trouble using the AjaxManagerProxy to find the true AjaxManager on the Master page...I'll appreciate any help.

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 29 May 2009, 06:47 AM
Hello Alan,

I tried to reproduce this behavior but to no success.

Please, take a look at the attached sample and let us know if it helps.

Best Regards,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Alan
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or