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.
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.