Hi, i have a gridviewcommandcolumn and i woul like to hide the button that appears on the cell for certain rows. Is this possible?
Thanks
2 Answers, 1 is accepted
0
Nikolay
Telerik team
answered on 05 Jul 2012, 01:04 PM
Hello Antonio,
Yes, this is possible. Please refer to the Change the appearance of the buttons in GridViewCommandColumn section of the Formatting Cells article. Instead of the Enabled property of the buttons, however, you will need to set their Visibility property to Hidden or Visible depending on a custom condition of yours.