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

[Solved] Telerik Grid doesn't render delete button

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sam Critchley
Top achievements
Rank 1
Sam Critchley asked on 05 Jul 2010, 04:10 AM
Hello,

If i want only the Delete command (and not Edit) the grid has a little meltdown and renders nothing in the command column.

Init js with edit and delete:
{"member":null,"type":"Object","title":"Commands","groupable":false,"editor":"","commands":[{"name":"edit"},{"name":"delete"}]}]

and when I specify delete only:

{"member":null,"type":"Object","title":null,"groupable":false}

It also fails to output data keys (on that note, is there a way to get the data key via the row selected client side event?).

So I'd say this a bug. Seems reasonable that I should be able to have Delete but not edit. I can reproduce this in the telerik examples (simply remove .Edit() call).

My dll is v2010.1.309.235

1 Answer, 1 is accepted

Sort by
0
Sam Critchley
Top achievements
Rank 1
answered on 05 Jul 2010, 04:15 AM
Tags
General Discussions
Asked by
Sam Critchley
Top achievements
Rank 1
Answers by
Sam Critchley
Top achievements
Rank 1
Share this question
or