GridView - delete row

1 Answer 18 Views
GridView
Stefan
Top achievements
Rank 1
Iron
Iron
Iron
Stefan asked on 11 Mar 2025, 02:39 PM | edited on 11 Mar 2025, 02:42 PM

We set AllowDeleteRow = true, but this doesn't seem to do anything.

What is the default capability for deleting rows/records in the GridView?

Is there a default 'delete'-button or context menu we can show, or do we need to implement it oursleves? The documentation is quite lacking here...

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 12 Mar 2025, 01:16 PM

Hi Stefan,

The AllowDeleteRow property is set to true by default. This property determines whether the end user can delete a row via the Delete keyboard button or using the context menu. The context menu will appear when you use the right-mouse click button over a row. Here is how it looks:

The last menu will delete the selected row. The same is applied for pressing the Delete keyboard button. The selected row or rows will be deleted when pressing the Delete key button. 

Let me know if further assistance is required.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Tags
GridView
Asked by
Stefan
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or