1) Is there something similar to GridView’s CommandField in Telerik Radgrid? I need to edit fields row by row.
This is how it is done in GridView:
<asp:CommandField ShowDeleteButton="True" />
<asp:CommandField ShowEditButton="True" />
2) I also need to add a custom button for each row in RadGrid. How can this be done?
Thanks!