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

[Solved] How to delete a racord from a RadGrid

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kem Arda
Top achievements
Rank 1
Kem Arda asked on 05 Oct 2009, 03:01 PM
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>

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 05 Oct 2009, 04:18 PM
Hello Kem,

I suggest you examine the following help article in order to achieve the desired functionality.
http://www.telerik.com/help/aspnet-ajax/grdhowtodeletearecord.html

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Kem Arda
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or