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

EnableEmbeddedSkins set to false, OnDeleteCommand not working

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brenden
Top achievements
Rank 1
Brenden asked on 17 Dec 2008, 08:02 PM
I have EnableEmbeddedSkins set to false, as I am using a custom skin.

In my grid I have a GridButtonColumn which is generating a delete button.  In the declaration of the RadGrid I am setting OnDeleteCommand="DeleteCard_Click".  When I click the delete button, the page simply does a postback but does not execute this function.  If I set the grid back to one of the included skins, the delete button posts back and does execute the function. 

How do I get the page to postback and actually execute the function using a custom skin? 

I am using Q2 2008.

Thanks.



1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Dec 2008, 04:25 AM
Hi Brenden,

I tried this on my end and the DeleteCommand event is getting fired with EnableEmbeddedSkins set to false. I am using RadGrid for asp.net AJAX(2008.3.1125.20). Try upgrading to the latest version and see if it working.
Updating RadControls for ASP.NET to another version or license

Shinu
Tags
Grid
Asked by
Brenden
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or