I have a grid, which has the following GridButtonColumn defined:
| <telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" ConfirmText="Delete this selector?" |
| Text="Delete" UniqueName="DeleteColumn"> |
| <ItemStyle CssClass="EditImageButton" HorizontalAlign="Center" /> |
| </telerik:GridButtonColumn> |
>
On some rows that are shown in the grid I would like to hide the DeleteButton (i.e. these are rows that can't be deleted by the user) -- how do I conditionally hide the delete button?
Thankyou.