I'm using a radgrid with a gridbuttoncolumn as the last column in the grid. It has a delete command.
How would I prevent the button from appearing for a single row? The data is sorted by PK "id" field. It's the first item in the grid (id=1) that I do not want anyone to delete. Is there any way to hide the delete button for this particular row? Thanks.
How would I prevent the button from appearing for a single row? The data is sorted by PK "id" field. It's the first item in the grid (id=1) that I do not want anyone to delete. Is there any way to hide the delete button for this particular row? Thanks.