Hi,
Is it possible to hide the delete button on some rows in the grid?
I'm hiding the button in the ItemDataBound function, but when a row is clicked in the grid, the delete image is shown again.
Can anybody give me a sollution?
The RadGrid ClientSettings are:
Thanks
Is it possible to hide the delete button on some rows in the grid?
I'm hiding the button in the ItemDataBound function, but when a row is clicked in the grid, the delete image is shown again.
Can anybody give me a sollution?
The RadGrid ClientSettings are:
<ClientSettings EnablePostBackOnRowClick="True" EnableRowHoverStyle="True"> |
<Selecting AllowRowSelect="True" /> |
<Scrolling AllowScroll="True" UseStaticHeaders="True" /> |
</ClientSettings> |
Thanks