Hello !
Just wondering if anyone has encountered this problem. I'm using a delete button column in a radGrid, this is the code for the column:
And I also have a RadWindowManager on the page. The problem is that the delete confirmation shows up sometimes, and some other times it doesn't (it just proceeds to delete the row as soon as you click the delete button).
Any ideas would be greatly appreciated, thanks !!
Just wondering if anyone has encountered this problem. I'm using a delete button column in a radGrid, this is the code for the column:
| <telerik:GridButtonColumn ConfirmText="Delete this item?" ConfirmDialogType="RadWindow" |
| ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" |
| UniqueName="DeleteColumn"> |
| <ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" /> |
| </telerik:GridButtonColumn> |
And I also have a RadWindowManager on the page. The problem is that the delete confirmation shows up sometimes, and some other times it doesn't (it just proceeds to delete the row as soon as you click the delete button).
Any ideas would be greatly appreciated, thanks !!