Hi, I have a question in regards to selective delete. I have a grid with delete option defined as below
<telerik:GridButtonColumn ConfirmText="Delete this record?" ConfirmDialogType="RadWindow"
ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete"
UniqueName="DeleteAlignment">
Now, I want to selectivele remove the delete option on some of the rows. Is there a way to do that? So I wan say delete option on the first 5 rows only... or something like that