This question is locked. New answers and comments are not allowed.
Hi guys,
My grid has a custom command that i want to hide/disable based the model used by the grid (thru @(Html.Telerik().Grid(myModel)). By setting new { style="display: none"} of command's htmlattribute property, I can hide all commands of entire column. The problem is, the custom command doesn't work with columns.bound(). How can I access the current value of myModel.showhideCommand to show/hide the command of a row?
Any help welcomed!
-t
My grid has a custom command that i want to hide/disable based the model used by the grid (thru @(Html.Telerik().Grid(myModel)). By setting new { style="display: none"} of command's htmlattribute property, I can hide all commands of entire column. The problem is, the custom command doesn't work with columns.bound(). How can I access the current value of myModel.showhideCommand to show/hide the command of a row?
Any help welcomed!
-t