This question is locked. New answers and comments are not allowed.
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