Hi,
I am not sure if you need to hide the
LinkButtons on the client or on the server. In case you need to do that on the server you can loop through all
GridDataItem of the grid by using
Items property and access the
LinkButton controls as described in the following
help article.
You can use a similar approach to access the buttons on the client but you need to use
get_dataItems method to get all items and use
get_cell to access a specific cell value.
Regards,
Kostadin
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the
Telerik API Analyzer and share your thoughts.