I just need to delete a record from over a RadGrid. I tried to setAllowAutomaticDeletes to true and i inserted the following html into RadGrid's columns however nothing happened. What am i supposed to do further? I am using LLBLGEN datasource in which there is no update/insert/delete query explicitly.
<telerik:GridButtonColumn ConfirmText="Delete this customer?" ButtonType="ImageButton"
CommandName="Delete" Text="Delete" UniqueName="DeleteColumn">
<HeaderStyle Width="20px" />
<ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" />
</telerik:GridButtonColumn>
<telerik:GridButtonColumn ConfirmText="Delete this customer?" ButtonType="ImageButton"
CommandName="Delete" Text="Delete" UniqueName="DeleteColumn">
<HeaderStyle Width="20px" />
<ItemStyle HorizontalAlign="Center" CssClass="MyImageButton" />
</telerik:GridButtonColumn>