Rank: Newbie Groups: Member
Joined: 7/3/2008 Posts: 9
|
Hi,
I have a gridview control where I have a Delete Command button. I have set the OnClientClick property of the Delete Button as
return confirm('are you sure about deleting ?');
Now, When I dont have the Callback Panel, it works fine. If I click on the delete button, a messagebox is shown and if the user cancels the delete, smoothly the operation is cancelled. But if I use the CallBack Panel and then when the user clicks the Delete button, the MessageBox is shown but if the user cancel deleting, the cancellation does not work, the PostBack is not cancelled, rather, the row from the GridView control is deleted. It is very frustrating, because, where I have wanted to show messagebox to the user about deleting, I cant use your Callback panel. I hope the bug can be fixed very easily, so please lookinto this bug and publish a new release.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This has been fixed in build 2008.0.38.
|